Skip to content

Commit f12d088

Browse files
committed
add link in index
1 parent 95438bb commit f12d088

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sitio-sveltekit/src/routes/+page.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,12 @@
317317
</nav>
318318

319319
<main class="mx-auto max-w-[1000px] p-4">
320+
<a
321+
href="/wrapped-2025"
322+
class="mx-auto mb-4 block w-fit items-center justify-center gap-2 rounded-full bg-[#FDBE11] px-5 py-2 text-sm font-bold text-black transition-colors hover:bg-[#e5ab0f]"
323+
>
324+
🎁 ¡Mirá el Failbondi Wrapped 2025!<span class="ml-2">→</span>
325+
</a>
320326
{#if vuelos.length > 0}
321327
<div class="mb-4 grid grid-rows-4 gap-4 text-balance md:grid-cols-2">
322328
<div

0 commit comments

Comments
 (0)