Create a compass favicon and AppBar Icon. (#11)

Reviewed-on: #11
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
Drew 2025-09-24 01:18:51 +00:00 committed by Drew
parent 8e6ac03f70
commit 68dbaa32c9
10 changed files with 96 additions and 1 deletions

View file

@ -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