Skip to content

Commit

Permalink
fix: remove text Contract
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendn committed Mar 28, 2023
1 parent e1768cb commit a5b6bfd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import { Content, InternalTransferContent } from '..'
const ContractTransferInternal = ({ content }: { content: Content }) => {
return (
<div className="col">
<div className="row">
<div className="row flex-align-center">
<span className="text text-base icon-contract contrast-color-70 margin-right-2xs" />
<span className="contrast-color-100">Contract </span>
<Typography.LinkText href={content.link || ''}>{content.text || content.value}</Typography.LinkText>
<CopyButton textCopy={content.value as string} />
</div>
Expand Down

0 comments on commit a5b6bfd

Please sign in to comment.