File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class AboutRoute extends StatelessWidget {
6060 leading: const Icon (Icons .link),
6161 title: const Text ('Native Apps (recommended)' ),
6262 onTap: () => launchUrl (Uri .parse (
63- 'https://github.com/RandomModderJDK/hw_manager_flutter /releases/latest' )),
63+ 'https://github.com/RandomModderJDK/HWM /releases/latest' )),
6464 ),
6565 ListTile (
6666 leading: const Icon (Icons .link),
@@ -74,7 +74,7 @@ class AboutRoute extends StatelessWidget {
7474 const FaIcon (FontAwesomeIcons .github, color: Colors .white38),
7575 title: const Text ('Source Code' ),
7676 onTap: () => launchUrl (Uri .parse (
77- 'https://github.com/RandomModderJDK/hw_manager_flutter ' )),
77+ 'https://github.com/RandomModderJDK/HWM ' )),
7878 )
7979 ],
8080 )));
You can’t perform that action at this time.
0 commit comments