We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95438bb commit f12d088Copy full SHA for f12d088
1 file changed
sitio-sveltekit/src/routes/+page.svelte
@@ -317,6 +317,12 @@
317
</nav>
318
319
<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>
326
{#if vuelos.length > 0}
327
<div class="mb-4 grid grid-rows-4 gap-4 text-balance md:grid-cols-2">
328
<div
0 commit comments