mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix email hint
This commit is contained in:
parent
fbfa0d5d7f
commit
7ddd125289
@ -35,7 +35,7 @@ const SocialShareBar = ({
|
||||
backgroundColor: '#444',
|
||||
}}
|
||||
onClick={() => copyLink()}
|
||||
title='copy Link'
|
||||
title='share link via email'
|
||||
>
|
||||
<svg
|
||||
xmlns='http://www.w3.org/2000/svg'
|
||||
|
||||
@ -93,7 +93,7 @@ const SocialShareButton = ({ platform, url, title }) => {
|
||||
color: 'white',
|
||||
backgroundColor: bgColor,
|
||||
}}
|
||||
title={`share link ${platform === 'email' ? 'via email' : 'on ' + platform}`}
|
||||
title={`share link on ${platform}`}
|
||||
>
|
||||
{React.cloneElement(icon, { className: 'tw-w-4 tw-h-4 tw-fill-current' })}
|
||||
</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user