Skip to content

Commit 8dc59f0

Browse files
committed
feat: aggiungi icona per il download dei dati nel footer
1 parent 58ebf48 commit 8dc59f0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/components/Footer.astro

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,19 @@ try {
7474
</svg>
7575
</a>
7676

77+
<!-- Icona Dati -->
78+
<a
79+
href="https://raw.githubusercontent.com/ondata/referendum_iniziative_popolari/refs/heads/main/data/source.jsonl"
80+
target="_blank"
81+
rel="noopener noreferrer"
82+
class="text-gray-400 hover:text-blue-500 transition-colors duration-200"
83+
aria-label="Scarica dati (JSONL)"
84+
>
85+
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
86+
<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>
87+
</svg>
88+
</a>
89+
7790
<!-- Icona RSS -->
7891
<a
7992
href={createPath('/rss.xml')}

0 commit comments

Comments
 (0)