mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-27 14:32:46 +00:00
refactor(header): remove settings button
This commit is contained in:
parent
7e31a6a700
commit
2b1bf0fdaf
@ -1,12 +1,9 @@
|
|||||||
import { IconButton } from './ui/IconButton';
|
|
||||||
|
|
||||||
export function Header() {
|
export function Header() {
|
||||||
return (
|
return (
|
||||||
<header className="flex items-center bg-white p-4 border-b border-gray-200 h-[var(--header-height)]">
|
<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="flex items-center gap-2">
|
||||||
<div className="text-2xl font-semibold text-accent">Bolt</div>
|
<div className="text-2xl font-semibold text-accent">Bolt</div>
|
||||||
</div>
|
</div>
|
||||||
<IconButton icon="i-ph:gear-duotone" className="ml-auto" />
|
|
||||||
</header>
|
</header>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user