Skip to content

Commit

Permalink
fix(a11y): Unified search headings the sequel
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>

[skip ci]
  • Loading branch information
Pytal committed Jan 20, 2024
1 parent 2988f7f commit 23bde2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/views/UnifiedSearchModal.vue
@@ -1,7 +1,6 @@
<template>
<NcModal id="unified-search"
ref="unifiedSearchModal"
:name="t('core', 'Unified search')"
:show.sync="internalIsVisible"
:clear-view-delay="0"
@close="closeModal">
Expand All @@ -11,7 +10,7 @@
@update:is-open="showDateRangeModal = $event" />
<!-- Unified search form -->
<div ref="unifiedSearch" class="unified-search-modal">
<h1>{{ t('core', 'Unified search') }}</h1>
<h2>{{ t('core', 'Unified search') }}</h2>
<NcInputField ref="searchInput"
:value.sync="searchQuery"
type="text"
Expand Down

0 comments on commit 23bde2e

Please sign in to comment.