Skip to content

Commit

Permalink
✨ feat(links): add youtube-music and tidal
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-FTW committed Aug 4, 2024
1 parent 2ba624b commit d3aa4df
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions userconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,17 @@ const default_config = {
icon_color: "#f5a97f",
},
{
name: "genius",
url: "https://genius.com/",
icon: "abc",
name: "youtube-music",
url: "https://music.youtube.com/",
icon: "brand-youtube",
icon_color: "#ed8796",
},
{
name: "tidal",
url: "https://listen.tidal.com/",
icon: "brand-tidal",
icon_color: "#8aadf4",
},
],
},
{
Expand All @@ -466,6 +472,12 @@ const default_config = {
icon: "brand-lastfm",
icon_color: "#ed8796",
},
{
name: "genius",
url: "https://genius.com/",
icon: "abc",
icon_color: "#8aadf4",
},
],
},
{
Expand Down

0 comments on commit d3aa4df

Please sign in to comment.