This commit is contained in:
Mac mini
2026-03-31 16:48:21 +07:00
parent 59f64bc6a0
commit 4f92253534
5 changed files with 1399 additions and 57 deletions

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

View File

@@ -95,7 +95,7 @@ const AppHeader: React.FC = () => {
width={154} width={154}
height={32} height={32}
className="hidden dark:block" className="hidden dark:block"
src="./images/logo/logo-dark.svg" src="./images/logo/logo.svg"
alt="Logo" alt="Logo"
/> />
</Link> </Link>

View File

@@ -304,7 +304,7 @@ const AppSidebar: React.FC = () => {
onMouseLeave={() => setIsHovered(false)} onMouseLeave={() => setIsHovered(false)}
> >
<div <div
className={`py-8 flex ${ className={`py-8 flex ${
!isExpanded && !isHovered ? "lg:justify-center" : "justify-start" !isExpanded && !isHovered ? "lg:justify-center" : "justify-start"
}`} }`}
> >
@@ -315,12 +315,12 @@ const AppSidebar: React.FC = () => {
className="dark:hidden" className="dark:hidden"
src="/images/logo/logo.svg" src="/images/logo/logo.svg"
alt="Logo" alt="Logo"
width={150} width={80}
height={40} height={50}
/> />
<Image <Image
className="hidden dark:block" className="hidden dark:block"
src="/images/logo/logo-dark.svg" src="/images/logo/logo.svg"
alt="Logo" alt="Logo"
width={150} width={150}
height={40} height={40}
@@ -328,7 +328,7 @@ const AppSidebar: React.FC = () => {
</> </>
) : ( ) : (
<Image <Image
src="/images/logo/logo-icon.svg" src="/images/logo/logo.svg"
alt="Logo" alt="Logo"
width={32} width={32}
height={32} height={32}