diff --git a/package.json b/package.json index 4a51fb02..2d763a16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnosis.pm/safe-react-components", - "version": "0.9.6", + "version": "0.9.7", "description": "Gnosis UI components", "main": "dist/index.min.js", "typings": "dist/index.d.ts", diff --git a/src/ethereum/EthHashInfo/index.tsx b/src/ethereum/EthHashInfo/index.tsx index 547bee7e..0f62e52f 100644 --- a/src/ethereum/EthHashInfo/index.tsx +++ b/src/ethereum/EthHashInfo/index.tsx @@ -47,6 +47,7 @@ type Props = { showHash?: boolean; shortenHash?: number; name?: string; + strongName?: boolean; textColor?: ThemeColors; textSize?: ThemeTextSize; showAvatar?: boolean; @@ -81,6 +82,7 @@ const EthHashInfo = ({ hash, showHash = true, name, + strongName = false, textColor = 'text', textSize = 'lg', className, @@ -125,7 +127,7 @@ const EthHashInfo = ({ {name && ( - + {name} )}