Skip to content

Commit

Permalink
✨ feat(links): add listenbrainz
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-FTW committed Sep 24, 2024
1 parent fbe701a commit 34ab05a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions userconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,12 @@ const default_config = {
icon: "brand-tidal",
icon_color: palette.blue,
},
{
name: "genius",
url: "https://genius.com/",
icon: "abc",
icon_color: palette.mauve,
},
],
},
{
Expand All @@ -515,9 +521,9 @@ const default_config = {
icon_color: palette.red,
},
{
name: "genius",
url: "https://genius.com/",
icon: "abc",
name: "listenbrainz",
url: "https://listenbrainz.org",
icon: "ear",
icon_color: palette.blue,
},
],
Expand Down

0 comments on commit 34ab05a

Please sign in to comment.