🔀 Merge pull request #438 from davidrothera/appearance-switcher

Add aria-label to appearance switcher button
pull/440/head
James Panther 2023-01-13 07:38:08 +11:00 committed by GitHub
commit ab07ad8755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
ltr:mr-14 rtl:ml-14
{{- end }} cursor-pointer text-sm text-neutral-700 hover:text-primary-600 dark:text-neutral dark:hover:text-primary-400"
>
<button id="appearance-switcher" type="button">
<button id="appearance-switcher" type="button" aria-label="appearance switcher">
<div
class="flex items-center justify-center w-12 h-12 dark:hidden"
title="{{ i18n "footer.dark_appearance" }}"