Skip to content

Commit

Permalink
Add docs-header
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Dec 24, 2024
1 parent 4e4307d commit 593299f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/[...slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ChevronRight class="h-4 w-4" />
<div class="font-medium text-foreground">{doc.title}</div>
</div>
<div class="space-y-2">
<div class="docs-header space-y-2">
<h1 class={cn('scroll-m-20 text-4xl font-bold tracking-tight')}>
{doc.title}
</h1>
Expand Down

0 comments on commit 593299f

Please sign in to comment.