Skip to content

Commit 61b4d0f

Browse files
Update about_route.dart
1 parent 6cef907 commit 61b4d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/routes/about_route.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)));

0 commit comments

Comments
 (0)