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:
Anton Tranelis 2025-10-10 20:22:23 +02:00 committed by GitHub
parent db39f71ff0
commit 8aed8fba5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>