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" ;
21import Link from 'next/link' ;
2+ import { Fragment } from "react" ;
33import { Popover , Transition } from "@headlessui/react" ;
44import { Bars3Icon , XMarkIcon } from "@heroicons/react/24/outline" ;
55import { SiGithubsponsors } from "react-icons/si" ;
@@ -23,11 +23,11 @@ const Navbar = () => {
2323 >
2424 < div className = "flex flex-1 items-center" >
2525 < div className = "flex w-full items-center justify-between md:w-auto" >
26- < Link href = { '/' } >
26+ < Link href = "/" >
2727 < >
28- < span className = "sr-only" > WebX DAO</ span >
28+ < span className = "sr-only " > WebX DAO</ span >
2929 < img
30- className = "h-8 w-auto sm:h-10"
30+ className = "h-8 w-auto sm:h-10 cursor-pointer "
3131 src = "/images/logo/white_logo.png"
3232 alt = "WebX DAO White Logo"
3333 />
You can’t perform that action at this time.
0 commit comments