Skip to content

Commit

Permalink
feat(add anilist and GG):
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 4, 2024
1 parent cfcf477 commit 6592501
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions userconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ const default_config = {
{
name: "games",
links: [
{
name: "GG",
url: "https://ggapp.io/volopivoshenko",
icon: "device-gamepad",
icon_color: "#89b4fa",
},
{
name: "steam",
url: "https://store.steampowered.com",
Expand All @@ -239,6 +245,12 @@ const default_config = {
{
name: "video",
links: [
{
name: "anilist",
url: "https://anilist.co/home",
icon: "brand-funimation",
icon_color: "#89b4fa",
},
{
name: "youtube",
url: "https://www.youtube.com",
Expand Down

0 comments on commit 6592501

Please sign in to comment.