Small a11y fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-09-01 10:42:05 +02:00
parent 93921be722
commit d97927da13
4 changed files with 15 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
<template>
<nav class="bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900">
<nav
class="bg-white border-gray-200 px-2 sm:px-4 py-2.5 dark:bg-zinc-900"
id="navbar"
>
<div class="container mx-auto flex flex-wrap items-center mx-auto gap-4">
<router-link :to="{ name: RouteName.HOME }" class="flex items-center">
<MobilizonLogo class="w-40" />

View File

@@ -21,6 +21,7 @@
>
<li>
<o-select
class="text-black dark:text-white"
:aria-label="t('Language')"
v-model="locale"
:placeholder="t('Select a language')"