Einsatz Card
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ToggleTalkButton } from "../ToggleTalkButton";
|
||||
import { ChangeRufgruppe } from "../ChangeRufgruppe";
|
||||
import { Notifications } from "../Notifications";
|
||||
import Link from "next/link";
|
||||
import { Connection } from "../Connection";
|
||||
import { ThemeSwap } from "./_components/ThemeSwap";
|
||||
@@ -21,12 +20,12 @@ export default function Navbar() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="navbar bg-base-100 shadow-sm">
|
||||
<div className="navbar bg-base-100 shadow-sm flex gap-5">
|
||||
<div className="flex-1">
|
||||
<a className="btn btn-ghost text-xl">VAR Leitstelle V2</a>
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<ul className="menu menu-horizontal bg-base-200 rounded-box">
|
||||
<ul className="menu menu-horizontal bg-base-200 rounded-box flex items-center gap-2">
|
||||
<li>
|
||||
<ToggleTalkButton />
|
||||
</li>
|
||||
@@ -35,9 +34,6 @@ export default function Navbar() {
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<Notifications />
|
||||
</div>
|
||||
<div className="flex gap-6">
|
||||
<ThemeSwap isDark={isDark} toggleTheme={toggleTheme} />
|
||||
<div className="flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user