Skip to content

Commit

Permalink
refactor(website): update links in the website build page
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Nov 9, 2023
1 parent 962bcc9 commit 98e0b95
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 98e0b95

Please sign in to comment.