diff --git a/apps/website/src/app/build/page.tsx b/apps/website/src/app/build/page.tsx
index 58dbae51b..01ff8c8b9 100644
--- a/apps/website/src/app/build/page.tsx
+++ b/apps/website/src/app/build/page.tsx
@@ -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 (
diff --git a/apps/website/src/components/Footer.tsx b/apps/website/src/components/Footer.tsx
index 0f10a1963..a08640308 100644
--- a/apps/website/src/components/Footer.tsx
+++ b/apps/website/src/components/Footer.tsx
@@ -64,7 +64,10 @@ export default function Footer() {
-
+