Skip to content

Commit de06b67

Browse files
authored
Nav bar logo anchor link fix
1 parent 5ffb4c4 commit de06b67

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/components/Global/Navbar.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ const Navbar = () => {
2626
<Link href="/">
2727
<>
2828
<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-
/>
29+
<a href="https://webxdao.github.io/">
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>
3436
</>
3537
</Link>
3638
<div className="flex items-center -mr-2 md:hidden">

0 commit comments

Comments
 (0)