bug fixes
All checks were successful
Build and Push Madplaner / build (push) Successful in 26s
All checks were successful
Build and Push Madplaner / build (push) Successful in 26s
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user