feat(core): new logo
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<nav class="sticky top-0 p-[30px] flex flex-row justify-between relative z-5000">
|
||||
<div class="logo grid place-items-center">
|
||||
<span class="font-semibold text-3xl">BH</span>
|
||||
<span class="font-semibold text-3xl">
|
||||
<img [src]="themeSwitchService.darkMode() ? 'logo/square_white.svg' : 'logo/square_black.svg'" alt="bH" width="50">
|
||||
</span>
|
||||
</div>
|
||||
<div class="navigation grid place-items-center">
|
||||
<p-card class="px-4! py-3!">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user