We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad083d commit c83ee6bCopy full SHA for c83ee6b
src/routes/+page.svelte
@@ -18,9 +18,9 @@
18
<div
19
class="px-4 py-2 flex flex-col sm:flex-row justify-center items-center sm:gap-4 bg-primary-100"
20
>
21
- <div class="text-center">Se ha lanzado el nuevo planner 🎉</div>
22
- <a href="https://mallastest.ing.uc.cl" class="bg-primary-500 py-1 px-4 rounded text-primary-50"
23
- >Ir al nuevo planner</a
+ <div class="text-center">Tenemos un nuevo evento</div>
+ <a href="https://codefest.osuc.dev" class="bg-primary-500 py-1 px-4 rounded text-primary-50"
+ >Ir a la hackatón</a
24
25
</div>
26
0 commit comments