Aktueller Stand

This commit is contained in:
2026-01-17 22:32:49 +01:00
parent 67ba95ae23
commit 68b63b8f06
4 changed files with 120 additions and 59 deletions

View File

@@ -290,10 +290,20 @@ export default function EventForm({
<h3 className="text-lg font-semibold">Neuen Termin anlegen</h3>
<button
type="button"
className="text-sm text-slate-600"
className="rounded-full border border-slate-200 p-2 text-slate-600 hover:bg-slate-100"
onClick={() => setModalOpen(false)}
aria-label="Schließen"
title="Schließen"
>
Schließen
<svg
viewBox="0 0 24 24"
className="h-4 w-4"
fill="none"
stroke="currentColor"
strokeWidth="2"
>
<path d="M6 6l12 12M18 6l-12 12" strokeLinecap="round" />
</svg>
</button>
</div>
{data?.user?.role === "USER" && (