Skip to content

Commit

Permalink
fix: Use rounded Twitter icon, more specific other icons
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Apr 8, 2024
1 parent cbb475c commit 6c8cc6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
{
"name": "Twitter",
"url": "https://twitter.com/revancedapp",
"icon_light": "https://abs.twimg.com/responsive-web/client-web/icon-ios.77d25eba.png",
"icon_dark": "https://abs.twimg.com/responsive-web/client-web/icon-ios.77d25eba.png",
"icon_light": "https://abs.twimg.com/responsive-web/client-web/icon-default.522d363a.png",
"icon_dark": "https://abs.twimg.com/responsive-web/client-web/icon-default.522d363a.png",
"preferred": False,
},
{
Expand All @@ -116,16 +116,16 @@
},
{
"name": "GitHub",
"url": "https://github.com/revanced",
"url": "https://github.com/ReVanced",
"icon_light": "https://github.githubassets.com/favicons/favicon.svg",
"icon_dark": "https://github.githubassets.com/favicons/favicon-dark.svg",
"preferred": False,
},
{
"name": "YouTube",
"url": "https://www.youtube.com/@ReVanced",
"icon_light": "https://www.youtube.com/s/desktop/3ee2b817/img/favicon_144x144.png",
"icon_dark": "https://www.youtube.com/s/desktop/3ee2b817/img/favicon_144x144.png",
"url": "https://youtube.com/@ReVanced",
"icon_light": "https://www.gstatic.com/youtube/img/branding/favicon/favicon_192x192.png",
"icon_dark": "https://www.gstatic.com/youtube/img/branding/favicon/favicon_192x192.png",
"preferred": False,
},
]
Expand Down

0 comments on commit 6c8cc6d

Please sign in to comment.