Skip to content

Commit

Permalink
Merge pull request #27 from getAlby/fix/popicons
Browse files Browse the repository at this point in the history
fix: revert popicons to 0.0.11
  • Loading branch information
reneaaron authored Sep 5, 2024
2 parents e40e560 + 1ee96ec commit 74cb564
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 1 addition & 8 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].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/[email protected]":
version "1.14.1"
Expand Down

0 comments on commit 74cb564

Please sign in to comment.