mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
fix: focus state of backlink
This commit is contained in:
@@ -20,6 +20,7 @@ const { backLink } = Astro.props;
|
||||
aria-label="Back to overview"
|
||||
class="flex h-clickarea w-clickarea cursor-pointer items-center justify-center border-none text-[0]"
|
||||
type="button"
|
||||
tabindex={-1}
|
||||
>
|
||||
<Sprite name="ri:arrow-left-line" class="h-icon w-icon" />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user