From 98e0b95305fdf5eda5aaceeaedfa0d2261a87365 Mon Sep 17 00:00:00 2001 From: vplasencia Date: Thu, 9 Nov 2023 08:49:06 +0100 Subject: [PATCH] refactor(website): update links in the website build page --- apps/website/src/app/build/page.tsx | 4 ++-- apps/website/src/components/Footer.tsx | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) 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() { - +