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>

View file

@ -26,10 +26,13 @@ const blog = (await getCollection('blog'))
<Card>
<CardHeader>
<CardTitle className="text-3xl">er·u·dite</CardTitle>
<CardDescription>/ˈer(y)əˌdīt/</CardDescription>
<CardDescription
>/ˈer(y)əˌdīt/ &bull; <span
class="font-semibold text-muted-foreground">adjective</span
></CardDescription
>
</CardHeader>
<CardContent>
<p class="font-medium">adjective</p>
<p>having or showing great knowledge or learning.</p>
</CardContent>
</Card>