Aktueller Stand
This commit is contained in:
@@ -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" && (
|
||||
|
||||
Reference in New Issue
Block a user