Refactor event management and UI components: Update date handling in EventManagement to format dates for input, enhance EventsSection to display a message when no events are available, and improve styling in multiple components for better layout consistency.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m36s

This commit is contained in:
Julien Froidefond
2025-12-18 08:08:39 +01:00
parent 91460930a4
commit a62e61a314
5 changed files with 58 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ import Link from "next/link";
export default function Footer() {
return (
<footer
className="w-full py-6 px-4 sm:px-8 border-t"
className="w-full py-6 px-4 sm:px-8 border-t relative z-10"
style={{
backgroundColor: "var(--background)",
borderColor: "color-mix(in srgb, var(--gray-800) 30%, transparent)",