Skip to content

Commit 48e5644

Browse files
committed
feat(dashboard): rename spotify to music
1 parent 1a2a09e commit 48e5644

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

frontend/src/data/dashboard/HeaderNav.data.ts

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
import { BookClosed, Hearts, HelpCircle, HomeLine, LayersThree01, Link03 } from 'untitledui-js/vue'
1+
import {
2+
BookClosed,
3+
Hearts,
4+
HelpCircle,
5+
HomeLine,
6+
LayersThree01,
7+
Link03,
8+
MusicNote01,
9+
} from 'untitledui-js/vue'
210

311
import Discord from '@/components/icons/Socials/Discord.vue'
412
import Faceit from '@/components/icons/Socials/Faceit.vue'
513
import Github from '@/components/icons/Socials/Github.vue'
6-
import Spotify from '@/components/icons/Socials/Spotify.vue'
714
import Telegram from '@/components/icons/Socials/Telegram.vue'
815
import Twitch from '@/components/icons/Socials/Twitch.vue'
916
import Valorant from '@/components/icons/Socials/Valorant.vue'
@@ -75,9 +82,9 @@ export const NAV_DATA: NavData = {
7582
icon: Faceit,
7683
},
7784
{
78-
title: 'Spotify',
85+
title: 'Music',
7986
url: '#',
80-
icon: Spotify,
87+
icon: MusicNote01,
8188
},
8289
],
8390
},

0 commit comments

Comments
 (0)