File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- import { Fragment } from "react" ;
2
1
import Link from 'next/link' ;
2
+ import { Fragment } from "react" ;
3
3
import { Popover , Transition } from "@headlessui/react" ;
4
4
import { Bars3Icon , XMarkIcon } from "@heroicons/react/24/outline" ;
5
5
import { SiGithubsponsors } from "react-icons/si" ;
@@ -23,11 +23,11 @@ const Navbar = () => {
23
23
>
24
24
< div className = "flex flex-1 items-center" >
25
25
< div className = "flex w-full items-center justify-between md:w-auto" >
26
- < Link href = { '/' } >
26
+ < Link href = "/" >
27
27
< >
28
- < span className = "sr-only" > WebX DAO</ span >
28
+ < span className = "sr-only " > WebX DAO</ span >
29
29
< img
30
- className = "h-8 w-auto sm:h-10"
30
+ className = "h-8 w-auto sm:h-10 cursor-pointer "
31
31
src = "/images/logo/white_logo.png"
32
32
alt = "WebX DAO White Logo"
33
33
/>
You can’t perform that action at this time.
0 commit comments