style: tweak tag count padding Tag template

This commit is contained in:
Thomas Bishop 2025-08-01 17:38:04 +01:00
parent 3f1dd8d992
commit c6b1c9f841

View file

@ -48,7 +48,7 @@ export default function Tag() {
<div className="flex"> <div className="flex">
<span className="mr-2 text-muted-foreground">Entries tagged:</span> <span className="mr-2 text-muted-foreground">Entries tagged:</span>
<span>{tag}</span> <span>{tag}</span>
<Badge variant="secondary" className="ml-3"> <Badge variant="secondary" className="ml-2">
{data?.count || " "} {data?.count || " "}
</Badge> </Badge>
</div> </div>