Update favicon, enhance sidebar branding, and improve CSS styles

- Replaced the favicon with a new app icon and added a shortcut icon for better branding.
- Enhanced the sidebar branding in ChatView.vue by introducing a logo element for improved visual appeal.
- Updated CSS styles to support new sidebar layout and icon display, ensuring a cohesive design.

These changes collectively improve the user interface and branding consistency across the application.
This commit is contained in:
Torsten Schulz (local)
2026-04-21 15:29:21 +02:00
parent 336e8308cf
commit 32b48909c5
9 changed files with 26 additions and 9 deletions

View File

@@ -28,8 +28,10 @@
<!-- Canonical URL -->
<link rel="canonical" href="https://www.ypchat.net/">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/static/favicon.png">
<!-- App Icon / Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="/appicon.png">
<script type="application/ld+json" id="seo-json-ld">{"@context":"https://schema.org","@type":"WebSite","name":"SingleChat","url":"https://www.ypchat.net/","description":"Willkommen auf SingleChat - deine erste Adresse für Chat, Single-Chat und Bildaustausch.","inLanguage":"de-DE"}</script>
</head>
<body>