favicon
This commit is contained in:
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>
|
||||
|
||||
@@ -304,7 +304,7 @@ const AppSidebar: React.FC = () => {
|
||||
onMouseLeave={() => setIsHovered(false)}
|
||||
>
|
||||
<div
|
||||
className={`py-8 flex ${
|
||||
className={`py-8 flex ${
|
||||
!isExpanded && !isHovered ? "lg:justify-center" : "justify-start"
|
||||
}`}
|
||||
>
|
||||
@@ -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