Skip to content

Commit aec4b8e

Browse files
coseeianksen0
authored andcommitted
feat: add visually invisble h1 to search result page
1 parent 73a7035 commit aec4b8e

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)