Skip to content

Commit

Permalink
Correct repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Nov 21, 2021
1 parent df9358e commit 994422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/title/titlebar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class DefaultTitleBar extends StatelessWidget {
const DefaultTitleBar({Key? key}) : super(key: key);

void launchBrowser() async {
const url = "https://github.com/nerotyc/mucquiz-app";
const url = "https://github.com/nerotyc/mucquiz_app";
if (await canLaunch(url)) await launch(url);
else {
Fluttertoast.showToast(msg: "Could not launch $url");
Expand Down

0 comments on commit 994422b

Please sign in to comment.