Skip to content

Commit

Permalink
feat: update popicons
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed May 3, 2024
1 parent f585f0c commit ad4c057
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
"@noble/secp256k1": "^2.0.0",
"@popicons/react": "^0.0.9",
"@popicons/react": "^0.0.11",
"@scure/base": "^1.1.6",
"@scure/bip32": "^1.3.3",
"@scure/bip39": "^1.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/AccountMenu/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
PopiconsChevronBottomLine,
PopiconsCirclePlusLine,
PopiconsGlobeLine,
PopiconsWalletLine,
} from "@popicons/react";
import { useEffect } from "react";
Expand All @@ -14,7 +15,6 @@ import { useAccounts } from "~/app/context/AccountsContext";
import { isAlbyLNDHubAccount, isAlbyOAuthAccount } from "~/app/utils";
import utils from "~/common/lib/utils";

import PopiconsGlobeLine from "~/app/icons/popicons/GlobeLine";
import Menu from "../Menu";

export type Props = {
Expand Down
27 changes: 0 additions & 27 deletions src/app/icons/popicons/BitcoinCircleLine.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions src/app/icons/popicons/GlobeLine.tsx

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1159,10 +1159,10 @@
resolved "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz"
integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==

"@popicons/react@^0.0.9":
version "0.0.9"
resolved "https://registry.yarnpkg.com/@popicons/react/-/react-0.0.9.tgz#4dd1e83dcb8a121258f0a074f5f4ce6954718efb"
integrity sha512-uS3/R4JriCX96CmULktVG0KLoOfapWbKXc+R8Z07G8FWY2O+YrMTufc/sgTCnH+y3SFScI5FV3peX0FWKGLzKQ==
"@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==

"@puppeteer/browsers@1.8.0":
version "1.8.0"
Expand Down

0 comments on commit ad4c057

Please sign in to comment.