mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
fix: update youtube link (#1286)
This commit is contained in:
parent
4b8542b35b
commit
42b6bbff7c
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue