This commit is contained in:
Philipp Dormann 2024-12-16 17:31:49 +01:00
parent b969932582
commit a2ffa5055e
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
{/if}
<div class="fixed bottom-0 w-full text-center text-xl p-4 dark:text-white select-none">
{#if $userState.isLoggedIn}
<b class="font-bold">LfK!2023</b> powered by
<b class="font-bold">LfK!2025</b> powered by
<b class="font-bold">ODIT.Services</b>
{:else}
<a
@ -34,7 +34,7 @@
>
<br />
<br />
<b class="font-bold">LfK!2023</b> powered by
<b class="font-bold">LfK!2025</b> powered by
<a
rel="noopener noreferrer"
target="_blank"

View File

@ -89,7 +89,7 @@
<!-- Form -->
{#if !showResult}
<div class="text-center">
<h1 class="block text-7xl font-bold text-gray-800 dark:text-white">LfK!2023</h1>
<h1 class="block text-7xl font-bold text-gray-800 dark:text-white">LfK!2025</h1>
<h1 class="block text-4xl font-bold text-gray-800 dark:text-white">Registrierung</h1>
<!-- <p class="mt-2 text-sm text-gray-600 dark:text-gray-400">Melde dich für den LfK an</p> -->
</div>