feat: US-005 - Replace Home icon with CVMIS logo on TopBar

This commit is contained in:
2026-02-15 02:02:04 +00:00
parent 0ffacf8a0a
commit 3f6ac5ef8d
+3 -6
View File
@@ -1,5 +1,6 @@
import { useState, useEffect } from 'react' import { useState, useEffect } from 'react'
import { Home, Search } from 'lucide-react' import { Search } from 'lucide-react'
import { CvmisLogo } from './CvmisLogo'
interface TopBarProps { interface TopBarProps {
onSearchClick?: () => void onSearchClick?: () => void
@@ -54,11 +55,7 @@ export function TopBar({ onSearchClick }: TopBarProps) {
</a> </a>
{/* Brand */} {/* Brand */}
<div className="flex items-center gap-2 shrink-0"> <div className="flex items-center gap-2 shrink-0">
<Home <CvmisLogo size={24} />
size={18}
style={{ color: 'var(--accent)' }}
aria-hidden="true"
/>
<span <span
className="font-ui hidden sm:inline" className="font-ui hidden sm:inline"
style={{ style={{