diff --git a/src/components/PolkadotIdenticon.tsx b/src/components/PolkadotIdenticon.tsx index 50a3ee3..3fd8a30 100644 --- a/src/components/PolkadotIdenticon.tsx +++ b/src/components/PolkadotIdenticon.tsx @@ -1,6 +1,6 @@ // Based from https://github.com/paritytech/oo7/blob/251ba2b7c45503b68eab4320c270b5afa9bccb60/packages/polkadot-identicon/src/index.jsx -import { blake2b } from "@noble/hashes/blake2" +import { blake2b } from "@noble/hashes/blake2.js" import { FC, SVGAttributes } from "react" export const PolkadotIdenticon: FC<