Skip to content

Commit 0a815cb

Browse files
authored
Merge pull request #1125 from coseeian/search-page-h1
feat: add visually invisble h1 to search result page
2 parents f84a225 + e8a8761 commit 0a815cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/SearchLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ setJumpToState(null);
1414
<Head title={"Search"} locale={currentLocale} />
1515

1616
<BaseLayout title={title} variant="search">
17+
<h1 class="sr-only">Search Results</h1>
1718
<SearchProvider
1819
client:only
1920
currentLocale={currentLocale}

0 commit comments

Comments
 (0)