From 125fecb3dab28b58030a3eab859ac3ad155bc295 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Tue, 23 Sep 2025 22:52:59 +0200 Subject: [PATCH] fix PolkadotIdenticon --- src/components/PolkadotIdenticon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<