feat(HAI-001): complete Step 2 — replace emojis with Lucide icons
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Settings } from "lucide-react";
|
||||
|
||||
interface HeaderProps {
|
||||
onOpenSettings?: () => void;
|
||||
}
|
||||
@@ -11,7 +13,7 @@ export function Header({ onOpenSettings }: HeaderProps) {
|
||||
</div>
|
||||
<div className="header-actions">
|
||||
<button className="btn-icon" onClick={onOpenSettings} title="Settings">
|
||||
⚙
|
||||
<Settings size={16} />
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user