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