mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
add symbol , in end
This commit is contained in:
parent
6825456564
commit
1a96388513
@ -23,7 +23,7 @@ const CopyableIcon: React.SFC<CopyableIconProps> = ({
|
||||
}) => {
|
||||
const className = classNames({
|
||||
copied: justCopied === type,
|
||||
outlined: theme === 'twoTone'
|
||||
outlined: theme === 'twoTone',
|
||||
});
|
||||
return (
|
||||
<CopyToClipboard
|
||||
|
Loading…
Reference in New Issue
Block a user