Skip to content

Commit c83ee6b

Browse files
committed
feat: add codefest
1 parent 8ad083d commit c83ee6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<div
1919
class="px-4 py-2 flex flex-col sm:flex-row justify-center items-center sm:gap-4 bg-primary-100"
2020
>
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
21+
<div class="text-center">Tenemos un nuevo evento</div>
22+
<a href="https://codefest.osuc.dev" class="bg-primary-500 py-1 px-4 rounded text-primary-50"
23+
>Ir a la hackatón</a
2424
>
2525
</div>
2626

0 commit comments

Comments
 (0)