Block bots

This commit is contained in:
Bad Manners 2024-09-04 18:10:14 -03:00
parent 90fc60e871
commit 6cdd20eedc
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
6 changed files with 110 additions and 2 deletions

View file

@ -152,7 +152,9 @@ const thumbnail =
>
<IconSun width="1.25rem" height="1.25rem" class="hidden dark:block" />
<IconMoon width="1.25rem" height="1.25rem" class="block dark:hidden" />
<span class="sr-only select-none" id="label-toggle-dark-mode">{t(props.lang, "published_content/toggle_dark_mode")}</span>
<span class="sr-only select-none" id="label-toggle-dark-mode"
>{t(props.lang, "published_content/toggle_dark_mode")}</span
>
</button>
</div>
</div>