Skip to content

Commit 9c7ba23

Browse files
committed
Fixes
1 parent 89ac039 commit 9c7ba23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

components/menu-bar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ interface MenuBarProps {
1313
export function MenuBar({ currentTab, onTabChange }: MenuBarProps) {
1414
return (
1515
<div className="w-full h-16 border-b flex items-center justify-between px-6 bg-background shrink-0">
16-
{/* Logo and Title */}
1716
<div className="flex flex-1 items-center gap-3 font-bold text-lg">
1817
<img src="./logo.png" alt="PySplanner Logo" width={40} height={40} className="rounded-md" />
1918
<span className="text-primary">PySplanner</span>

0 commit comments

Comments
 (0)