Severian commited on
Commit
7a525ca
·
verified ·
1 Parent(s): d8cc6d5

Update src/store/nexusStore.ts

Browse files
Files changed (1) hide show
  1. src/store/nexusStore.ts +2 -2
src/store/nexusStore.ts CHANGED
@@ -89,7 +89,7 @@ export const useNexusStore = create<NexusStore>((set, get) => ({
89
  {
90
  id: 'spotify',
91
  platform: 'Spotify',
92
- url: 'https://open.spotify.com/album/7y4fTCK2sl2ktJUnBOBOBO',
93
  glyphPath: 'M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z'
94
  },
95
  {
@@ -101,7 +101,7 @@ export const useNexusStore = create<NexusStore>((set, get) => ({
101
  {
102
  id: 'youtube',
103
  platform: 'YouTube',
104
- url: 'https://music.youtube.com/playlist?list=OLAK5uy_mYzoLANGjzAhnCNFTY07ielzqBvCqqr9c',
105
  glyphPath: 'M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z'
106
  }
107
  ],
 
89
  {
90
  id: 'spotify',
91
  platform: 'Spotify',
92
+ url: 'https://open.spotify.com/album/7y4fTCK2sl2kljUnBOB0BO',
93
  glyphPath: 'M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z'
94
  },
95
  {
 
101
  {
102
  id: 'youtube',
103
  platform: 'YouTube',
104
+ url: 'https://music.youtube.com/playlist?list=OLAK5uy_mYzoLANGjzAhnCNFTY07ielzqBvCqgr9c',
105
  glyphPath: 'M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z'
106
  }
107
  ],