diff --git a/components/Navigation.tsx b/components/Navigation.tsx index ccacb321..5ac84234 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -1,6 +1,8 @@ import React from "react"; import Link from "next/link"; import { useRouter } from "next/router"; +import { Popover } from "@headlessui/react"; +import { ChevronDownIcon } from "@heroicons/react/24/solid"; import SearchInput from "components/SearchInput"; import Wallet from "./Wallet"; @@ -64,8 +66,39 @@ const Navigation = () => { {account.label} ))} -
$: 2500