Skip to content

Commit 8c3c290

Browse files
committed
Fix center of lower text
1 parent f0a984b commit 8c3c290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Player.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const Player = ({ artistSlugsToName }: Props) => {
124124
<Link
125125
href="/"
126126
as={`/${artistSlug}/${year}/${month}/${day}?source=${source}`}
127-
className="band-title text-foreground-muted justify-center text-[0.8em]"
127+
className="band-title text-foreground-muted justify-center text-center text-[0.8em]"
128128
>
129129
{artistName}{removeLeadingZero(month)}/{removeLeadingZero(day)}/{year.slice(2)}
130130
</Link>

0 commit comments

Comments
 (0)