Skip to content

Commit 322495f

Browse files
committed
fix: duplicate class
1 parent 57f81b0 commit 322495f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ onKeyStroke(
270270
<!-- Mobile: Menu button (always visible, click to open menu) -->
271271
<ButtonBase
272272
type="button"
273-
class="sm:hidden flex"
273+
class="sm:hidden"
274274
:aria-label="$t('nav.open_menu')"
275275
:aria-expanded="showMobileMenu"
276276
@click="showMobileMenu = !showMobileMenu"

0 commit comments

Comments
 (0)