Add Spotify wordmark and it change to new category

This commit is contained in:
LauraCastrillonMp
2024-01-31 23:27:08 -05:00
parent 8a614c179f
commit dea8308f23
3 changed files with 6 additions and 3 deletions
+3 -2
View File
@@ -118,8 +118,9 @@ export const svgs: iSVG[] = [
},
{
title: 'Spotify',
category: 'Software',
category: 'Music',
route: '/library/spotify.svg',
wordmark: '/library/spotify_wordmark.svg',
url: 'https://www.spotify.com/'
},
{
@@ -2419,5 +2420,5 @@ export const svgs: iSVG[] = [
dark: '/library/refine_light.svg'
},
url: 'https://refine.dev/'
},
}
];