File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,13 @@ 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
49
- className = "w-auto h-16 sm:h-10 md:h-[4.2rem]"
50
- src = "/images/logo/logo.png"
51
- alt = ""
52
- />
48
+ < img className = "w-auto h-14 sm:h-16" src = "/images/logo/logo.png" alt = "" />
53
49
</ a >
54
50
</ div >
55
- { /*
51
+ { /*
56
52
<p className="max-w-md mx-auto mt-6 leading-relaxed text-center text-white/80 sm:max-w-xs sm:mx-0 sm:text-left">
57
53
Add organization description here!
58
- </p>*/ }
54
+ </p> */ }
59
55
</ div >
60
56
61
57
< div className = "grid grid-cols-1 gap-8 sm:grid-cols-2 lg:col-span-2 md:grid-cols-4" >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ 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-[4.2rem] cursor-pointer"
31
+ className = "h-12 w-auto sm:h-12 md:h-[4.2rem] cursor-pointer"
32
32
src = "/images/logo/logo.png"
33
33
alt = "WebX DAO White Logo"
34
34
/>
@@ -82,7 +82,7 @@ const Navbar = () => {
82
82
< div className = "overflow-hidden rounded-lg shadow-xl backdrop-blur-sm bg-gradient1/50 ring-1 ring-white ring-opacity-5" >
83
83
< div className = "flex items-center justify-between px-5 pt-4" >
84
84
< div >
85
- < img className = "w-auto h-8 " src = "/images/logo/white_logo .png" alt = "WebX DAO" />
85
+ < img className = "w-auto h-12 " src = "/images/logo/logo .png" alt = "WebX DAO" />
86
86
</ div >
87
87
< div className = "-mr-2" >
88
88
< Popover . Button className = "inline-flex items-center justify-center p-2 text-gray-400 rounded-md bg-white/20 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-cyber-webx" >
@@ -97,7 +97,7 @@ const Navbar = () => {
97
97
< a
98
98
key = { item . name }
99
99
href = { item . href }
100
- className = "block px-3 py-2 text-base font-medium text-gray-100 rounded-md hover:bg-gray-50 "
100
+ className = "block px-3 py-2 text-base font-medium text-gray-100 rounded-md hover:bg-gray-600 "
101
101
>
102
102
{ item . name }
103
103
</ a >
You can’t perform that action at this time.
0 commit comments