WIP. A little custom music server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: album artist color

+1 -1
+1 -1
web/src/pages/album/[id].tsx
··· 129 129 <h1 className="text-4xl lg:text-5xl font-bold text-balance leading-tight"> 130 130 {album.title} 131 131 </h1> 132 - <h2 className="text-xl font-medium text-brand-orange"> 132 + <h2 className="text-xl font-medium text-primary"> 133 133 {data.artists.map((artist, idx) => ( 134 134 <Fragment key={artist.name + idx}> 135 135 {/* @ts-ignore */}