Skip to content

Commit

Permalink
fix: issue creation link (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Nov 23, 2023
1 parent c1c5117 commit 7a400cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <BugOutlined />,
element: null,
},
Expand Down

0 comments on commit 7a400cb

Please sign in to comment.