Going crazy
All checks were successful
Build Docker image / build (push) Successful in 1m30s
Build Docker image / deploy (push) Successful in 4s
Build Docker image / verify (push) Successful in 53s

This commit is contained in:
Roman Krček
2025-09-03 11:19:46 +02:00
parent f6360edef3
commit 4f957d4da6
2 changed files with 1 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<h1 class="text-3xl font-bold text-center mb-2">ScanWave</h1>
<h2 class="text-lg text-gray-600 text-center mb-8">Make entrance to your events a breeze.</h2>
<div class="flex space-x-4 w-full justify-center">
<a href="/private/home" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full shadow-none border border-gray-300 w-64 text-center transition">
<a href="/private/home" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full shadow-none border border-gray-300 w-64 text-center transition" data-sveltekit-reload>
Get started
</a>
</div>

View File

@@ -1,5 +0,0 @@
/**
* This file is necessary to ensure protection of all routes in the `private`
* directory. It makes the routes in this directory _dynamic_ routes, which
* send a server request, and thus trigger `hooks.server.ts`.
**/