mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
adjust donation widget
This commit is contained in:
parent
39a114bb1b
commit
c5f4c227a0
@ -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 },
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user