new logo round 2
This commit is contained in:
parent
ff4ddc7fc9
commit
81019330f5
2 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -23,7 +23,7 @@ export function Header() {
|
|||
{/* Logo/Title */}
|
||||
<div className="flex items-center">
|
||||
<Logo className="fill-primary" width={24} height={22} />
|
||||
<span className="text-lg font-semibold pl-2.5">OpenRAG</span>
|
||||
<span className="text-lg font-semibold pl-2.5" style={{ fontFamily: '"IBM Plex Mono", monospace' }}>OpenRAG</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="header-end-division">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue