diff --git a/apps/hestia/src/components/direct/History/linkCard.tsx b/apps/hestia/src/components/direct/History/linkCard.tsx index 03f0ecaa7..a9f375989 100644 --- a/apps/hestia/src/components/direct/History/linkCard.tsx +++ b/apps/hestia/src/components/direct/History/linkCard.tsx @@ -7,7 +7,7 @@ export const LinkCard = ({ value = "" }: { value?: string }) => { const shortData = truncateString(value); const href = `https://polkadex.subscan.io/block/${value}`; return ( - +