Skip to content

Commit 221f650

Browse files
refactor: remove landmark region
1 parent 4ba7c6e commit 221f650

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

app/pages/search.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,10 @@ defineOgImageComponent('Default', {
589589

590590
<template>
591591
<main class="flex-1" :class="{ 'overflow-x-hidden': viewMode !== 'table' }">
592-
<h1 id="search-heading-title" class="sr-only">
593-
{{ $t('search.results') }}
594-
</h1>
592+
<h1 class="sr-only">{{ $t('search.results') }}</h1>
595593
<!-- Results area with container padding -->
596594
<div class="container-sm py-6">
597-
<section v-if="query" aria-labelledby="search-heading-title">
595+
<section v-if="query">
598596
<!-- Initial loading (only after user interaction, not during view transition) -->
599597
<LoadingSpinner v-if="showSearching" :text="$t('search.searching')" />
600598

0 commit comments

Comments
 (0)