Skip to content

Commit 803884a

Browse files
committed
Fix Report Issue link to use issue type chooser
1 parent 4c74031 commit 803884a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/AboutModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function AboutModal({ onClose }: AboutModalProps) {
9999
Changelog
100100
</a>
101101
<a
102-
href="https://github.com/WISE-Developers/project_nomad/issues/new?template=bug_report.md"
102+
href="https://github.com/WISE-Developers/project_nomad/issues/new/choose"
103103
target="_blank"
104104
rel="noopener noreferrer"
105105
style={{ color: '#60a5fa', fontSize: '13px', textDecoration: 'none' }}

0 commit comments

Comments
 (0)