Skip to content

Commit a7cf9b9

Browse files
authored
Merge pull request #1133 from processing/1125-2
feat: add visually invisble h1 to search result page [2.0]
2 parents 95590a0 + aec4b8e commit a7cf9b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)