From 70868904b8b6913434cf940845dbe8f2f25ce627 Mon Sep 17 00:00:00 2001 From: NoamGaash Date: Thu, 23 Nov 2023 12:01:58 +0200 Subject: [PATCH] fix: issue creation link --- src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index c5b01395..87b17111 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -70,7 +70,7 @@ export const PAGES = [ }, { label: TEXT_KEYS.report_a_bug_title, - path: 'https://github.com/hasadna/open-bus-map-search/issues', + path: 'https://github.com/hasadna/open-bus-map-search/issues/new', icon: , element: null, },