Skip to content

Commit e7bbd0c

Browse files
committed
fix: aggiungi attributi title alle icone nel footer
1 parent 8b98643 commit e7bbd0c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Footer.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ try {
6565
rel="noopener noreferrer"
6666
class="text-gray-400 hover:text-gray-600 transition-colors duration-200"
6767
aria-label="GitHub Repository"
68+
title="Repository GitHub"
6869
>
6970
<svg
7071
class="w-6 h-6"
@@ -83,6 +84,7 @@ try {
8384
rel="noopener noreferrer"
8485
class="text-gray-400 hover:text-blue-500 transition-colors duration-200"
8586
aria-label="Scarica dati (JSONL)"
87+
title="Dati"
8688
>
8789
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
8890
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path>
@@ -96,6 +98,7 @@ try {
9698
rel="noopener noreferrer"
9799
class="text-gray-400 hover:text-orange-500 transition-colors duration-200"
98100
aria-label="Feed RSS"
101+
title="Feed RSS"
99102
>
100103
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20">
101104
<path d="M3.429 2.857v2.857c7.238 0 11.714 4.476 11.714 11.714h2.857c0-8.952-6.619-14.571-14.571-14.571zM3.429 8.571v2.857c3.238 0 5.714 2.476 5.714 5.714h2.857c0-4.714-3.857-8.571-8.571-8.571zM6.286 14.286c0 1.143-.952 2.143-2.143 2.143s-2.143-1-2.143-2.143.952-2.143 2.143-2.143 2.143 1 2.143 2.143z"></path>

0 commit comments

Comments
 (0)