favicon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.2 KiB |
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 100 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.2 KiB |
@@ -95,7 +95,7 @@ const AppHeader: React.FC = () => {
|
||||
width={154}
|
||||
height={32}
|
||||
className="hidden dark:block"
|
||||
src="./images/logo/logo-dark.svg"
|
||||
src="./images/logo/logo.svg"
|
||||
alt="Logo"
|
||||
/>
|
||||
</Link>
|
||||
|
||||
@@ -315,12 +315,12 @@ const AppSidebar: React.FC = () => {
|
||||
className="dark:hidden"
|
||||
src="/images/logo/logo.svg"
|
||||
alt="Logo"
|
||||
width={150}
|
||||
height={40}
|
||||
width={80}
|
||||
height={50}
|
||||
/>
|
||||
<Image
|
||||
className="hidden dark:block"
|
||||
src="/images/logo/logo-dark.svg"
|
||||
src="/images/logo/logo.svg"
|
||||
alt="Logo"
|
||||
width={150}
|
||||
height={40}
|
||||
@@ -328,7 +328,7 @@ const AppSidebar: React.FC = () => {
|
||||
</>
|
||||
) : (
|
||||
<Image
|
||||
src="/images/logo/logo-icon.svg"
|
||||
src="/images/logo/logo.svg"
|
||||
alt="Logo"
|
||||
width={32}
|
||||
height={32}
|
||||
|
||||
Reference in New Issue
Block a user