Skip to content

Commit

Permalink
Update GitHub issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaclyman committed Feb 15, 2024
1 parent 91e75b2 commit a3eae03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/pages/page_help.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit a3eae03

Please sign in to comment.