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..3bfc1d1 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, PopiconsCartDuotone } from "@popicons/react"; import { localStorageKeys } from "../constants"; import useStore from "../state/store"; diff --git a/yarn.lock b/yarn.lock index e06b8ba..673596f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1283,10 +1283,10 @@ utf8-buffer "^1.0.0" websocket-polyfill "^0.0.3" -"@popicons/react@^0.0.12": - version "0.0.12" - resolved "https://registry.yarnpkg.com/@popicons/react/-/react-0.0.12.tgz#044bde1d70124b5afadf0cebde8c7edf63f5cdeb" - integrity sha512-gImLemvEWT2OzBmikcw41iGtzQYR0912YYeKOtVmE/ZkcWrsn1Vkpe6lWvPAKVJBzHG8hUmZJLut0DpWBeYyKg== +"@popicons/react@0.0.11": + version "0.0.11" + resolved "https://registry.yarnpkg.com/@popicons/react/-/react-0.0.11.tgz#33b9c13c6a362c72d0cd07481b129da4ca9798cd" + integrity sha512-7KZGIe8A5J25FjT4t5d4tZgQIZrGwuZkYUjQpz3fX+frQNPseVOCrbW0SXaeuke/bt66/o+VPlxO9RkaWUZ/4g== "@remix-run/router@1.14.1": version "1.14.1"