Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Dec 24, 2024
1 parent c1f47f8 commit 4e4307d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/docsearch/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"strip_chars": "#›",
"selectors": {
"default": {
"lvl0": ".doc-header h1",
"lvl0": ".docs-header h1",
"lvl1": ".docs-content h2",
"lvl2": ".docs-content h3",
"lvl3": ".docs-content h4",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ChevronRight class="h-4 w-4" />
<div class="font-medium text-foreground">{doc.title}</div>
</div>
<div class="doc-header 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 4e4307d

Please sign in to comment.