Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 3, 2024
1 parent cd2775b commit c4513c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function BottleSelector({
}}
className="flex min-w-0 flex-auto flex-col justify-center text-left font-semibold text-white"
>
<div className="font-bold">
<div className="flex items-center gap-x-1 font-bold">
{bottle.fullName}
{bottle.releaseYear ? (
<span className="text-muted">
Expand Down

0 comments on commit c4513c7

Please sign in to comment.