Skip to content

Commit 2bf57cd

Browse files
Tarun SharmaTarun Sharma
authored andcommitted
Resized the logo and updated it in the footer and navbar
1 parent 6ad3013 commit 2bf57cd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

public/images/logo/Logo.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

public/images/logo/logo.png

104 KB
Loading

src/components/Global/Footer.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ const Footer = () => {
4545
<div className="flex justify-center text-teal-600 sm:justify-start">
4646
<a href="https://webxdao.github.io/">
4747
<span className="sr-only">WebX DAO</span>
48-
<img className="w-auto h-16 sm:h-10 md:h-12" src="/images/logo/Logo.svg" alt="" />
48+
<img
49+
className="w-auto h-16 sm:h-10 md:h-[4.2rem]"
50+
src="/images/logo/logo.png"
51+
alt=""
52+
/>
4953
</a>
5054
</div>
5155
{/*

src/components/Global/Navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const Navbar = () => {
2828
<a href="https://webxdao.github.io/">
2929
<span className="sr-only ">WebX DAO</span>
3030
<img
31-
className="h-10 w-auto sm:h-10 md:h-12 cursor-pointer"
32-
src="/images/logo/Logo.svg"
31+
className="h-10 w-auto sm:h-10 md:h-[4.2rem] cursor-pointer"
32+
src="/images/logo/logo.png"
3333
alt="WebX DAO White Logo"
3434
/>
3535
</a>

0 commit comments

Comments
 (0)