Skip to content

Commit 206be45

Browse files
committed
fix link style in token verified tooltip
1 parent 473c64f commit 206be45

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/slices/token/pages/details/TokenPageTitle.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ const TokenPageTitle = ({ tokenQuery, addressQuery, verifiedInfoQuery, hash }: P
102102
content={ (
103103
<>
104104
Token information was added manually or sourced from an external data provider.{ ' ' }
105-
<Link href="https://docs.blockscout.com/using-blockscout/overviews/token-info" external>More details</Link>
105+
<Link href="https://docs.blockscout.com/using-blockscout/overviews/token-info" external className="dark">
106+
More details
107+
</Link>
106108
</>
107109
) }
108110
interactive

0 commit comments

Comments
 (0)