feat(core): new logo

This commit is contained in:
2025-08-27 17:37:14 +02:00
parent 890257c77e
commit bcf4201092
6 changed files with 264 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
<title>byHaider</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" href="logo/square_black.svg" media="(prefers-color-scheme: light)">
<link rel="icon" href="logo/square_white.svg" media="(prefers-color-scheme: dark)">
</head>
<body>
<app-root></app-root>