Skip to content

Commit

Permalink
fix: update channel link (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop authored May 31, 2024
1 parent 6bec303 commit 3c424a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/settings/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class SettingsScreen extends StatelessWidget {
)),
),
Column(
children: {"wormoSTEEZE", "ThisIsKurrrt", "nezst"}.map((key) {
children: {"wormoSTEEZE", "ThisisKurtIRL", "nezst"}.map((key) {
final url = "https://twitch.tv/$key";
return ListTile(
leading: const Image(
Expand Down

0 comments on commit 3c424a7

Please sign in to comment.