adjust donation widget

This commit is contained in:
Anton Tranelis 2025-02-04 20:39:18 +00:00
parent 39a114bb1b
commit c5f4c227a0

View File

@ -75,8 +75,13 @@ export function UtopiaMapInner({
setTimeout(() => { setTimeout(() => {
toast( toast(
<> <>
<PopupButton url={'https://opencollective.com/utopia-project'} text={'Support us'} /> <TextView rawText={'## Do you like this Map?'} />
<TextView rawText={infoText} /> <div>
<PopupButton url={'https://opencollective.com/utopia-project'} text={'Donate'} />
<TextView
rawText={'Support us building free opensource maps and help us grow 🌱☀️'}
/>
</div>
</>, </>,
{ autoClose: false }, { autoClose: false },
) )