Skip to content

Commit 4619c3f

Browse files
authored
Nav bar image link fix
1 parent 00bf90b commit 4619c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Global/Navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const Navbar = () => {
2525
<div className="flex items-center justify-between w-full md:w-auto">
2626
<Link href="/">
2727
<>
28+
<a href="https://webxdao.github.io/">
2829
<span className="sr-only ">WebX DAO</span>
29-
<a href="https://webxdao.github.io/">
3030
<img
3131
className="h-10 w-auto sm:h-10 cursor-pointer"
3232
src="/images/logo/white_logo.png"

0 commit comments

Comments
 (0)