Skip to content

Commit

Permalink
fix: reset test
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzlesconsin committed Sep 7, 2021
1 parent 584e26f commit 3884f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/image/index.tsx
Expand Up @@ -31,7 +31,7 @@ const Image: CompositionImage<ImageProps> = ({

return {
mask: (
<div className={`${prefixCls}-mask-info`} title={imageLocale?.preview}>
<div className={`${prefixCls}-mask-info`}>
<EyeOutlined />
{imageLocale?.preview}
</div>
Expand Down

0 comments on commit 3884f54

Please sign in to comment.