diff --git a/src/app/components/Navbar/Navbar.tsx b/src/app/components/Navbar/Navbar.tsx index 56c5a2b3c9..4df4981501 100644 --- a/src/app/components/Navbar/Navbar.tsx +++ b/src/app/components/Navbar/Navbar.tsx @@ -9,7 +9,7 @@ export default function Navbar({ children }: Props) { return (
-
+
{children && ( diff --git a/src/app/components/UserMenu/index.tsx b/src/app/components/UserMenu/index.tsx index 99475504a0..33ba123126 100644 --- a/src/app/components/UserMenu/index.tsx +++ b/src/app/components/UserMenu/index.tsx @@ -1,4 +1,3 @@ -import { MenuIcon } from "@bitcoin-design/bitcoin-icons-react/filled"; import { useTranslation } from "react-i18next"; import { useNavigate } from "react-router-dom"; import { useAccount } from "~/app/context/AccountContext"; @@ -6,6 +5,7 @@ import { ConnectedSiteIcon } from "~/app/icons"; import utils from "~/common/lib/utils"; import { + PopiconsBarsSolid, PopiconsBulbLine, PopiconsCogLine, PopiconsCommentLine, @@ -43,7 +43,7 @@ export default function UserMenu() { return ( - +