Skip to content
Snippets Groups Projects
Commit 0ece283d authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

a11y: missing aria label and title

parent fd1f72a5
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<button <button
type="button" type="button"
class="inline-flex items-center relative px-2 dark:border-gray-500 border-2 rounded-full hover:shadow-lg focus:outline-none focus:ring-2 transition-shadow" class="inline-flex items-center relative px-2 dark:border-gray-500 border-2 rounded-full hover:shadow-lg focus:outline-none focus:ring-2 transition-shadow"
aria-label="User menu"
> >
<fa icon="bars" class="ml-2 text-gray-500" /> <fa icon="bars" class="ml-2 text-gray-500" />
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
src="https://carte.monnaie-libre.fr/?zoom=5" src="https://carte.monnaie-libre.fr/?zoom=5"
class="h-full w-full" class="h-full w-full"
:class="isFullMap && 'fixed inset-0'" :class="isFullMap && 'fixed inset-0'"
title="Carte monnaie-libre"
/> />
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment