Use wheel favicon.
This commit is contained in:
parent
8e6ac03f70
commit
6ac4c65de4
10 changed files with 96 additions and 1 deletions
|
|
@ -142,7 +142,15 @@ export default function Layout({ children, loading = false }: LayoutProps) {
|
|||
gap: 1,
|
||||
}}
|
||||
>
|
||||
⚓ Captain's Log
|
||||
<img
|
||||
src="/compass.svg"
|
||||
alt="Captain's Log"
|
||||
style={{
|
||||
width: 32,
|
||||
height: 32,
|
||||
}}
|
||||
/>
|
||||
Captain's Log
|
||||
</Typography>
|
||||
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue