File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
web/src/components/InformationCards/RegistryInformationCard Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ const TopInfo: React.FC<ITopInfo> = ({
7474 info = "Copy Registry Address"
7575 iconPlacement = "left"
7676 tooltipProps = { {
77- className : "[&_small]:text-sm" ,
7877 small : true ,
7978 } }
8079 >
Original file line number Diff line number Diff line change @@ -73,10 +73,7 @@ const RegistryInformationCard: React.FC<IInformationCard> = ({
7373 < div className = "flex flex-wrap justify-between gap-5 pb-3" style = { { paddingInline : responsiveSize ( 24 , 32 ) } } >
7474 < div className = "flex flex-wrap gap-2 items-center leading-18px" >
7575 < small > Submitted by:</ small >
76- < Copiable
77- copiableContent = { registerer ?. id ?? "" }
78- tooltipProps = { { className : "[&_small]:text-sm" , small : true } }
79- >
76+ < Copiable copiableContent = { registerer ?. id ?? "" } tooltipProps = { { small : true } } >
8077 < AliasDisplay address = { registerer ?. id } />
8178 </ Copiable >
8279 </ div >
You can’t perform that action at this time.
0 commit comments