Skip to content

Commit 819c58e

Browse files
committed
fix: update logo to match WebXDAO branding
1 parent a8ed82e commit 819c58e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/Global/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Navbar = () => {
3939
href='/'
4040
passHref
4141
>
42-
<img src={prefix+'/logo.png'} alt='WebXDAO' className='w-24 h-14 md:w-36 md:h-20'/>
42+
<img src={prefix+'/logo.png'} alt='WebXDAO' className='w-24 h-14 md:w-20 md:h-20'/>
4343
</Link>
4444
</div>
4545
<ul className='lg:flex hidden list-none flex-row justify-end items-center ml-auto'>

public/logo.png

-51.6 KB
Loading

0 commit comments

Comments
 (0)