We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffb4c4 commit de06b67Copy full SHA for de06b67
src/components/Global/Navbar.js
@@ -26,11 +26,13 @@ const Navbar = () => {
26
<Link href="/">
27
<>
28
<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
- />
+ <a href="https://webxdao.github.io/">
+ <img
+ className="h-10 w-auto sm:h-10 cursor-pointer"
+ src="/images/logo/white_logo.png"
+ alt="WebX DAO White Logo"
34
+ />
35
+ </a>
36
</>
37
</Link>
38
<div className="flex items-center -mr-2 md:hidden">
0 commit comments