Skip to content

Commit 39c7bac

Browse files
committed
feat: move mac demarco up
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent 3f59f2a commit 39c7bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index/sections/music/music-section.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
1616
const favArtists: Artist[] = [
1717
{ name: 'Daft Punk', url: 'https://www.daftpunk.com' },
18+
{ name: 'Mac DeMarco', url: 'https://www.macdemarco.com' },
1819
{ name: 'The Smiths', url: 'https://www.officialsmiths.co.uk' },
1920
{ name: 'Eagles', url: 'https://eagles.com' },
20-
{ name: 'Mac DeMarco', url: 'https://www.macdemarco.com' },
2121
{ name: 'Fleetwood Mac', url: 'https://www.fleetwoodmacofficial.com' },
2222
{ name: 'Oasis', url: 'https://oasisinet.com' },
2323
{ name: 'Deftones', url: 'https://www.deftones.com' }

0 commit comments

Comments
 (0)