Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
refactor: update drawer brand logo
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Apr 5, 2024
1 parent f6712f2 commit 21f5fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Drawer({
<div className="flex h-full w-full flex-col items-start">
<div className="flex w-full items-center justify-between p-middle">
<Link href="/" onClick={onClose}>
<Image width={90} height={25} alt="Logo" src="/images/logo.svg" />
<Image width={152} height={18} alt="Logo" src="/images/projects/darwinia.png" />
</Link>
<Image
width={24}
Expand Down

0 comments on commit 21f5fdb

Please sign in to comment.