@@ -46,28 +46,23 @@ const Footer = () => {
46
46
< a href = "https://webxdao.github.io/" >
47
47
< span className = "sr-only" > WebX DAO</ span >
48
48
< img
49
- className = "w-auto h-16 sm:h-10"
50
- src = "/images/logo/white_logo .png"
49
+ className = "w-auto h-16 sm:h-10 md:h-[4.2rem] "
50
+ src = "/images/logo/logo .png"
51
51
alt = ""
52
52
/>
53
53
</ a >
54
54
</ div >
55
- { /*
55
+ { /*
56
56
<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
57
Add organization description here!
58
- </p> */ }
58
+ </p>*/ }
59
59
</ div >
60
60
61
61
< div className = "grid grid-cols-1 gap-8 sm:grid-cols-2 lg:col-span-2 md:grid-cols-4" >
62
62
{ navigation . map ( ( item ) => (
63
63
< >
64
- < div
65
- key = { item . name + "_footer" }
66
- className = "sm:text-left"
67
- >
68
- < p className = "text-lg sm:text-sm font-medium text-white/90" >
69
- { item . name }
70
- </ p >
64
+ < div key = { item . name + "_footer" } className = "sm:text-left" >
65
+ < p className = "text-lg sm:text-sm font-medium text-white/90" > { item . name } </ p >
71
66
72
67
< nav className = "mt-4 sm:mt-8" aria-label = { item . name } >
73
68
< ul className = "space-y-4 text-sm" >
@@ -98,10 +93,7 @@ const Footer = () => {
98
93
< p className = "mt-1 text-sm text-gray-500 sm:order-first sm:mt-0" >
99
94
< span className = "flex items-center justify-center" >
100
95
© { new Date ( ) . getFullYear ( ) } Made with
101
- < SiGithubsponsors
102
- className = "w-3 h-3 m-2 text-pink-600"
103
- aria-hidden = "true"
104
- />
96
+ < SiGithubsponsors className = "w-3 h-3 m-2 text-pink-600" aria-hidden = "true" />
105
97
by WebX DAO
106
98
</ span >
107
99
</ p >
0 commit comments