mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
Update lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ShareButton.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
db39f71ff0
commit
8aed8fba5a
@ -137,7 +137,7 @@ export function ShareButton({ item, dropdownDirection = 'down' }: ShareButtonPro
|
||||
className='tw:w-6 tw:h-6 tw:rounded-full tw:flex tw:items-center tw:justify-center tw:text-white'
|
||||
style={{ backgroundColor: '#444' }}
|
||||
>
|
||||
<img src={ChevronSVG} className='tw:w-3 tw:h-3' alt='Copy' />
|
||||
<img src={ChevronSVG} className='tw:w-3 tw:h-3' alt='Email' />
|
||||
</div>
|
||||
Email
|
||||
</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user