File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const Footer = () => {
43
43
< div className = "grid grid-cols-1 gap-8 lg:grid-cols-3" >
44
44
< div >
45
45
< div className = "flex justify-center text-teal-600 sm:justify-start" >
46
- < a href = "# " >
46
+ < a href = "https://webxdao.github.io/ " >
47
47
< span className = "sr-only" > WebX DAO</ span >
48
48
< img
49
49
className = "w-auto h-16 sm:h-10"
Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ const Navbar = () => {
25
25
< div className = "flex items-center justify-between w-full md:w-auto" >
26
26
< Link href = "/" >
27
27
< >
28
+ < a href = "https://webxdao.github.io/" >
28
29
< span className = "sr-only " > WebX DAO</ span >
29
- < img
30
- className = "h-10 w-auto sm:h-10 cursor-pointer"
31
- src = "/images/logo/white_logo.png"
32
- alt = "WebX DAO White Logo"
33
- />
30
+ < img
31
+ className = "h-10 w-auto sm:h-10 cursor-pointer"
32
+ src = "/images/logo/white_logo.png"
33
+ alt = "WebX DAO White Logo"
34
+ />
35
+ </ a >
34
36
</ >
35
37
</ Link >
36
38
< div className = "flex items-center -mr-2 md:hidden" >
You can’t perform that action at this time.
0 commit comments