Einstellungen von Header nach Einstellungsseite ausgelagert

This commit is contained in:
ISA
2025-03-14 11:41:31 +01:00
parent 8c638acfc7
commit 0139ef656b
11 changed files with 541 additions and 91 deletions

View File

@@ -88,13 +88,17 @@ function Header() {
<div className="p-4 w-full lg:w-full flex flex-row gap-4 justify-between">
<div className="flex items-center justify-end w-full">
{/* Admin-Login */}
{/*
<button
onClick={handleSettingsClick}
className="text-3xl text-black mr-0"
>
<i className="bi bi-gear"></i>
</button>
*/}
</div>
<div className="flex items-center justify-end w-1/4 space-x-1">
<button
onClick={handleLogout}