Private
Public Access
1
0

bug fixes
All checks were successful
Build and Push Madplaner / build (push) Successful in 26s

This commit is contained in:
2025-12-30 22:16:07 +01:00
parent 5c8e4f4d7e
commit 90e12f437e
4 changed files with 15 additions and 49 deletions

View File

@@ -15,7 +15,7 @@
<div class="pt-4">
{% if current_user.is_authenticated %}
<a href="/dashboard"
class="bg-stone-900 text-stone-50 px-10 py-4 rounded-full font-medium transition-all hover:bg-stone-800 hover:shadow-xl active:scale-95 flex items-center gap-3">
class="bg-emerald-800 text-stone-50 px-10 py-4 rounded-full font-medium transition-all hover:bg-stone-800 hover:shadow-xl active:scale-95 flex items-center gap-3">
Open Dashboard
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 8l4 4m0 0l-4 4m4-4H3" />