Einstellungen von Header nach Einstellungsseite ausgelagert
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user