Skip to content

Commit

Permalink
refactor(header): remove settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm committed Jul 25, 2024
1 parent 7e31a6a commit 2b1bf0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/bolt/app/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import { IconButton } from './ui/IconButton';

export function Header() {
return (
<header className="flex items-center bg-white p-4 border-b border-gray-200 h-[var(--header-height)]">
<div className="flex items-center gap-2">
<div className="text-2xl font-semibold text-accent">Bolt</div>
</div>
<IconButton icon="i-ph:gear-duotone" className="ml-auto" />
</header>
);
}

0 comments on commit 2b1bf0f

Please sign in to comment.