We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f84a225 + e8a8761 commit 0a815cbCopy full SHA for 0a815cb
1 file changed
src/layouts/SearchLayout.astro
@@ -14,6 +14,7 @@ setJumpToState(null);
14
<Head title={"Search"} locale={currentLocale} />
15
16
<BaseLayout title={title} variant="search">
17
+ <h1 class="sr-only">Search Results</h1>
18
<SearchProvider
19
client:only
20
currentLocale={currentLocale}
0 commit comments