There was an error while loading. Please reload this page.
1 parent 89ac039 commit 9c7ba23Copy full SHA for 9c7ba23
1 file changed
components/menu-bar.tsx
@@ -13,7 +13,6 @@ interface MenuBarProps {
13
export function MenuBar({ currentTab, onTabChange }: MenuBarProps) {
14
return (
15
<div className="w-full h-16 border-b flex items-center justify-between px-6 bg-background shrink-0">
16
- {/* Logo and Title */}
17
<div className="flex flex-1 items-center gap-3 font-bold text-lg">
18
<img src="./logo.png" alt="PySplanner Logo" width={40} height={40} className="rounded-md" />
19
<span className="text-primary">PySplanner</span>
0 commit comments