diff --git a/lib/pages/page_help.dart b/lib/pages/page_help.dart index 2b5bdc5..fc577ed 100644 --- a/lib/pages/page_help.dart +++ b/lib/pages/page_help.dart @@ -41,8 +41,11 @@ class BKPageHelp extends StatelessWidget { padding: const EdgeInsets.only(top: 16), child: ElevatedButton( onPressed: () async { - await launchUrl(Uri.parse( - "https://github.com/isaaclyman/bookoscope/issues")); + await launchUrl( + Uri.parse( + "https://github.com/isaaclyman/bookoscope/issues/new/choose", + ), + ); }, style: ElevatedButton.styleFrom( backgroundColor: context.colors.accent.withAlpha(180),