mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-11 00:01:21 +00:00
remove container on topbar
This commit is contained in:
@@ -48,7 +48,7 @@ import { ResourceLink } from "./resources/common";
|
||||
export const Topbar = () => {
|
||||
return (
|
||||
<div className="sticky top-0 h-[70px] border-b z-50 w-full bg-card text-card-foreground shadow flex items-center">
|
||||
<div className="container flex items-center justify-between py-4 gap-8">
|
||||
<div className="w-full flex items-center justify-between p-4 gap-8">
|
||||
<div className="flex items-center gap-4">
|
||||
<Link to={"/"} className="text-2xl tracking-widest mx-6">
|
||||
MONITOR
|
||||
|
||||
Reference in New Issue
Block a user