We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a984b commit 8c3c290Copy full SHA for 8c3c290
src/components/Player.tsx
@@ -124,7 +124,7 @@ const Player = ({ artistSlugsToName }: Props) => {
124
<Link
125
href="/"
126
as={`/${artistSlug}/${year}/${month}/${day}?source=${source}`}
127
- className="band-title text-foreground-muted justify-center text-[0.8em]"
+ className="band-title text-foreground-muted justify-center text-center text-[0.8em]"
128
>
129
{artistName} – {removeLeadingZero(month)}/{removeLeadingZero(day)}/{year.slice(2)}
130
</Link>
0 commit comments