File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -45,7 +45,11 @@ const Footer = () => {
45
45
< div className = "flex justify-center text-teal-600 sm:justify-start" >
46
46
< a href = "https://webxdao.github.io/" >
47
47
< 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
+ />
49
53
</ a >
50
54
</ div >
51
55
{ /*
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ const Navbar = () => {
28
28
< a href = "https://webxdao.github.io/" >
29
29
< span className = "sr-only " > WebX DAO</ span >
30
30
< 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 "
33
33
alt = "WebX DAO White Logo"
34
34
/>
35
35
</ a >
You can’t perform that action at this time.
0 commit comments