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 fe8ba9f commit 456af39Copy full SHA for 456af39
src/components/Global/Navbar.js
@@ -24,16 +24,16 @@ const Navbar = () => {
24
<div className="flex items-center flex-1">
25
<div className="flex items-center justify-between w-full md:w-auto">
26
<Link href="/">
27
- <>
28
<a>
+ <>
29
<span className="sr-only ">WebX DAO</span>
30
<img
31
className="h-12 w-auto sm:h-12 md:h-[4.2rem] cursor-pointer"
32
src="/images/logo/logo.png"
33
alt="WebX DAO White Logo"
34
/>
35
+ </>
36
</a>
- </>
37
</Link>
38
<div className="flex items-center -mr-2 md:hidden">
39
<Popover.Button className="inline-flex items-center justify-center p-2 text-gray-400 bg-transparent rounded-md focus-ring-inset hover:bg-gray-800 focus:outline-none focus:ring-2 focus:ring-white">
0 commit comments