Skip to content

Commit

Permalink
fix: add icon with copy function
Browse files Browse the repository at this point in the history
  • Loading branch information
zoruka committed Dec 12, 2024
1 parent a9d7686 commit d092b1f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,12 @@ export class W3mAccountDefaultWidget extends LitElement {
truncate: this.profileName ? 'end' : 'middle'
})}
</wui-text>
<wui-icon size="sm" color="fg-200" name="copy" id="copy-address"></wui-icon>
<wui-icon-link
size="md"
icon="copy"
iconColor="fg-200"
@click=${this.onCopyAddress}
></wui-icon-link>
</wui-flex>
</wui-flex>`
}
Expand Down

0 comments on commit d092b1f

Please sign in to comment.