diff --git a/app/javascript/src/components/Navbar/Navbar.tsx b/app/javascript/src/components/Navbar/Navbar.tsx index c367b4d..16f8f1e 100644 --- a/app/javascript/src/components/Navbar/Navbar.tsx +++ b/app/javascript/src/components/Navbar/Navbar.tsx @@ -1,4 +1,5 @@ import * as React from "react"; +import { MenuIcon } from "@heroicons/react/outline"; import XStakeLogo from "../../assets/images/logo.png"; import { useApp } from "../../contexts/AppProvider"; @@ -23,23 +24,10 @@ export const Navbar = () => { return (