minor fix

This commit is contained in:
ashilkn 2022-06-22 13:10:09 +05:30
parent 4f3756e601
commit 08797d3535

View file

@ -71,7 +71,7 @@ class InfoSectionWidget extends StatelessWidget {
GestureDetector(
behavior: HitTestBehavior.translucent,
onTap: () async {
launch("https://github.com/ente-io/frame");
launchUrl(Uri.parse("https://github.com/ente-io/frame"));
},
child:
SettingsTextItem(text: "Source code", icon: Icons.navigate_next),