Skip to content

Commit

Permalink
fix: update youtube link (ReVanced#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Sep 20, 2023
1 parent 4b8542b commit 42b6bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/widgets/settingsView/social_media_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class SocialMediaWidget extends StatelessWidget {
SocialMediaItem(
icon: FaIcon(FontAwesomeIcons.youtube),
title: Text('YouTube'),
subtitle: Text('youtube.com/revanced'),
url: 'https://youtube.com/revanced',
subtitle: Text('youtube.com/@revanced'),
url: 'https://youtube.com/@revanced',
),
],
),
Expand Down

0 comments on commit 42b6bbf

Please sign in to comment.