From 7cdbb872b4c92dca21f70ca13d1c9234c9972c20 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Fri, 20 Jun 2025 17:51:35 +0200 Subject: [PATCH] logout color --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 26fc644..b59b5b4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -24,7 +24,7 @@ const session = await getUser(Astro.request, config); {(session: KarKarCarSession) => ( <> {session ? - Irten/Salir + Irten/Salir : Sartu/Entrar }