feat(Layout): add favicon and logo asset

- Linked a new SVG favicon in the Layout component for better branding.
- Added the corresponding logo.svg file to the public directory.
This commit is contained in:
2026-03-21 14:20:43 +01:00
parent 3b27cbd194
commit 4643ab9b59
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import "../styles/index.css"
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<title>Gallus Pub</title>
</head>