From 7e1d9df7e19a3a3d8ae41d36271f1a09a5534109 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:14:24 -0600 Subject: [PATCH] fix: update navigation link for issue reporting - Changed the button link in the Navigation component to direct users to the new issues page for templates instead of the discussions page for ideas. --- app/src/components/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/Navigation.tsx b/app/src/components/Navigation.tsx index 72223742..47639224 100644 --- a/app/src/components/Navigation.tsx +++ b/app/src/components/Navigation.tsx @@ -32,7 +32,7 @@ const Navigation = () => {