File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
web/src/components/InformationCards/RegistryInformationCard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const TopInfo: React.FC<ITopInfo> = ({
5757 { isUndefined ( description ) ? (
5858 < Skeleton width = "90%" height = { 21 } />
5959 ) : (
60- < p className = "m-0 text-klerosUIComponentsSecondaryText no-underline hover:underline " > { description } </ p >
60+ < p className = "m-0 text-klerosUIComponentsSecondaryText" > { description } </ p >
6161 ) }
6262 </ div >
6363 < div
@@ -67,7 +67,7 @@ const TopInfo: React.FC<ITopInfo> = ({
6767 { id !== "" ? (
6868 < Copiable copiableContent = { id } info = "Copy Registry Address" iconPlacement = "left" >
6969 < a
70- className = "text-klerosUIComponentsPrimaryBlue"
70+ className = "text-klerosUIComponentsPrimaryBlue no-underline hover:underline "
7171 href = { `${ SUPPORTED_CHAINS [ DEFAULT_CHAIN ] . blockExplorers ?. default . url } /address/${ id } ` }
7272 target = "_blank"
7373 rel = "noreferrer"
You can’t perform that action at this time.
0 commit comments