fix: layer directives

This commit is contained in:
enscribe 2024-09-11 12:31:49 -07:00
parent 0cf5cf226c
commit 1012f562ff
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
10 changed files with 143 additions and 116 deletions

View file

@ -154,7 +154,7 @@ if (
post.data.tags.map((tag) => (
<a
href={`/tags/${tag}`}
class={badgeVariants({ variant: 'outline' })}
class={badgeVariants({ variant: 'secondary' })}
>
{tag}
</a>