Skip to content

Commit 67a281f

Browse files
authored
Merge pull request #706 from dharamgollapudi/patch-1
Adds the missing forum link
2 parents 5b1ccfc + d2131c6 commit 67a281f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/components/Navbar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Navbar = ({ navigationContent }) => {
3030
<Icon as={Github} height={16} width={16} marginRight={2} color="neutral500" />
3131
Contribute on Github
3232
</StyledLink>
33-
<StyledLink href="#" target="_blank" padding={2} size={2}>
33+
<StyledLink href="https://forum.strapi.io/" target="_blank" padding={2} size={2}>
3434
<Icon as={Discourse} height={16} width={16} marginRight={2} color="neutral500" />
3535
DS Forum
3636
</StyledLink>

0 commit comments

Comments
 (0)