Skip to content

Commit 7afd045

Browse files
committed
fix: include h1 on serp
1 parent 922aed8 commit 7afd045

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/routes/search/+page.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
href="/"
2727
class="col-start-1 flex flex-row items-center gap-4 max-lg:row-start-1 lg:justify-self-end"
2828
>
29-
<img src="/logo.svg" alt="mwmbl" class="h-12" />
30-
<img src="/mwmbl-text.svg" alt="" class="h-6 dark:invert lg:hidden" />
29+
<h1 class="contents">
30+
<img src="/logo.svg" alt="mwmbl" class="h-12" />
31+
<img src="/mwmbl-text.svg" alt="" class="h-6 dark:invert lg:hidden" />
32+
</h1>
3133
</a>
3234
<div class="max-lg:row-start-2">
3335
<Search query={data.query} />

0 commit comments

Comments
 (0)