Skip to content

Commit

Permalink
Remove the link to a 404 in the denom info window (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl authored Jan 13, 2025
1 parent e7e1380 commit a7389ed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions components/factory/modals/denomInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,6 @@ function InfoItem({
{isAddress ? (
<div className="flex items-center">
<TruncatedAddressWithCopy address={value} slice={17} />
<a
href={`${explorerUrl}/account/${value}`}
target="_blank"
aria-label={`View ${value} on block explorer (opens in new tab)`}
rel="noopener noreferrer"
className="ml-2 text-primary hover:text-primary/50"
>
<FaExternalLinkAlt aria-hidden="true" />
<span className="sr-only">External link</span>
</a>
</div>
) : (
<p className="text-[#161616] dark:text-white" title={value}>
Expand Down

0 comments on commit a7389ed

Please sign in to comment.