favicon image
This commit is contained in:
parent
2cf9249159
commit
2af9537516
@ -2,7 +2,7 @@
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Job Ops Orchestrator - Manage your job applications intelligently" />
|
||||
<title>Job Ops | Orchestrator</title>
|
||||
|
||||
BIN
orchestrator/public/favicon.png
Normal file
BIN
orchestrator/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 192 KiB |
@ -8,7 +8,6 @@ import {
|
||||
Loader2,
|
||||
Play,
|
||||
RefreshCcw,
|
||||
Rocket,
|
||||
Settings,
|
||||
Shield,
|
||||
Trash2,
|
||||
@ -80,8 +79,12 @@ export const Header: React.FC<HeaderProps> = ({
|
||||
to='/'
|
||||
className='flex items-center gap-3 hover:opacity-80 transition-opacity'
|
||||
>
|
||||
<div className='flex h-9 w-9 items-center justify-center rounded-lg bg-primary text-primary-foreground shadow-sm'>
|
||||
<Rocket className='h-5 w-5' />
|
||||
<div className='flex h-9 w-9 items-center justify-center overflow-hidden rounded-lg bg-transparent shadow-sm'>
|
||||
<img
|
||||
src='/favicon.png'
|
||||
alt='Job Ops Logo'
|
||||
className='h-full w-full object-contain'
|
||||
/>
|
||||
</div>
|
||||
<div className='leading-tight'>
|
||||
<div className='text-sm font-semibold tracking-tight'>Job Ops</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user