From 53b5a8c20b4b9f31cf133aa24086a34792d2490b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Thu, 5 Sep 2024 13:23:32 +0200 Subject: [PATCH 1/2] fix: revert to popicons 0.0.11 --- package.json | 2 +- src/components/Navbar.tsx | 11 ++--------- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 903fb68..49b77a1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@getalby/sdk": "^3.7.0", "@nostr-dev-kit/ndk": "^2.3.2", "@nostr-dev-kit/ndk-cache-dexie": "^2.2.3", - "@popicons/react": "^0.0.12", + "@popicons/react": "0.0.11", "nostr-tools": "1.17.0", "qrcode.react": "^3.1.0", "react": "^18.2.0", diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index c2181d8..97a6284 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -1,13 +1,6 @@ import { Link } from "react-router-dom"; import { BuzzPay } from "./icons/BuzzPay"; -import { - PopiconsCartDuotone, - PopiconsShareDuotone, - PopiconsLeftSidebarTopNavDuotone, - PopiconsLogoutDuotone, - PopiconsBulbDuotone, - PopiconsFaceSmileDuotone, -} from "@popicons/react"; +import { PopiconsBulbDuotone, PopiconsLeftSidebarTopNavDuotone, PopiconsFaceSmileDuotone, PopiconsLogoutDuotone, PopiconsShareDuotone } from "@popicons/react"; import { localStorageKeys } from "../constants"; import useStore from "../state/store"; @@ -72,7 +65,7 @@ export function Navbar({ onOpenCart }: NavbarProps) {