Skip to content

Commit

Permalink
Merge pull request #999 from oraichain/feat/add-btn-copy-address
Browse files Browse the repository at this point in the history
feat(smart contract): add tip after click button copy address
  • Loading branch information
haunv3 authored Sep 17, 2024
2 parents 1d48386 + 98d7056 commit e6d86cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SmartContract/ContractPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const HeaderCardSkeleton = ({ data }) => {
{
data?.address ? (
copied ? (
<Tooltip title="Copied" classes={{ tooltip: classes.customWidth }}>
<Tooltip title="Copied" classes={{ tooltip: classes.customWidth }} enterTouchDelay={0}>
<CheckIcon />
</Tooltip>
) : (
Expand Down

0 comments on commit e6d86cd

Please sign in to comment.