mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
Add aria-labels to links 👨🦽
This commit is contained in:
parent
780313ef37
commit
3dd32cfeec
@ -8,6 +8,7 @@
|
||||
import { ArrowUpRight, CloudyIcon, GithubIcon } from 'lucide-svelte';
|
||||
import XIcon from './xIcon.svelte';
|
||||
|
||||
// Se le pusieron aria-labels a los links
|
||||
const socials = [
|
||||
{
|
||||
name: 'GitHub',
|
||||
@ -49,6 +50,7 @@
|
||||
'backdrop-blur-md opacity-95'
|
||||
)}
|
||||
>
|
||||
<!-- Se le puso un aria-label al href="/" -->
|
||||
<div class="flex items-center justify-between mx-auto">
|
||||
<div class="flex items-center space-x-2">
|
||||
<a href="/" aria-label="Go to the SVGL v4.0 home page">
|
||||
|
Loading…
x
Reference in New Issue
Block a user