diff --git a/src/pages/tracks.astro b/src/pages/tracks.astro index 71e04d8..f2b70b1 100644 --- a/src/pages/tracks.astro +++ b/src/pages/tracks.astro @@ -32,13 +32,13 @@ const sortedAlbumCovers = processedAlbumCovers.sort((a, b) => title="Tracks" description="Collection of some of my favourite music tracks." > -

+

This is a collection of some of my favourite music tracks, each listed by artist and song title. Click on an album cover to go straight to the song on YouTube Music!

{ sortedAlbumCovers.map(({ cover, filename, artists, title }) => (