Skip to content

Commit

Permalink
Merge pull request #441 from semaphore-protocol/feat/links-build-page
Browse files Browse the repository at this point in the history
Add links in the website build page
  • Loading branch information
cedoor authored Nov 9, 2023
2 parents 962bcc9 + 98e0b95 commit bb1ff3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/app/build/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ export default function Build() {
},
{
title: "Enhance the protocol",
href: ""
href: "https://github.com/semaphore-protocol/semaphore/discussions/new?category=ideas"
},
{
title: "Give feedback about the website",
href: ""
href: "https://github.com/semaphore-protocol/semaphore/discussions/new?category=website"
}
]
return (
Expand Down
5 changes: 4 additions & 1 deletion apps/website/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ export default function Footer() {
</HStack>
</Link>

<Link href="https://github.com/semaphore-protocol/semaphore/discussions/categories/website" isExternal>
<Link
href="https://github.com/semaphore-protocol/semaphore/discussions/new?category=website"
isExternal
>
<HStack>
<IconThumbsUp boxSize={{ base: "16px", md: "24px" }} />
<Heading fontSize={{ base: "14px", md: "18px" }} fontWeight="normal">
Expand Down

0 comments on commit bb1ff3b

Please sign in to comment.