style: tweak tag count padding Tag template
This commit is contained in:
parent
3f1dd8d992
commit
c6b1c9f841
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue