mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-11 09:40:31 +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 { ArrowUpRight, CloudyIcon, GithubIcon } from 'lucide-svelte';
|
||||||
import XIcon from './xIcon.svelte';
|
import XIcon from './xIcon.svelte';
|
||||||
|
|
||||||
|
// Se le pusieron aria-labels a los links
|
||||||
const socials = [
|
const socials = [
|
||||||
{
|
{
|
||||||
name: 'GitHub',
|
name: 'GitHub',
|
||||||
@ -49,6 +50,7 @@
|
|||||||
'backdrop-blur-md opacity-95'
|
'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 justify-between mx-auto">
|
||||||
<div class="flex items-center space-x-2">
|
<div class="flex items-center space-x-2">
|
||||||
<a href="/" aria-label="Go to the SVGL v4.0 home page">
|
<a href="/" aria-label="Go to the SVGL v4.0 home page">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user