feat: initial chat history ui (#25)
This commit is contained in:
@@ -6,7 +6,9 @@ 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>
|
||||
<a href="/" className="text-2xl font-semibold text-accent">
|
||||
Bolt
|
||||
</a>
|
||||
</div>
|
||||
<div className="ml-auto flex gap-2">
|
||||
<ClientOnly>{() => <OpenStackBlitz />}</ClientOnly>
|
||||
|
||||
Reference in New Issue
Block a user