mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix donation widget button
This commit is contained in:
parent
9668f8d417
commit
6877cd324e
@ -80,12 +80,14 @@ export function UtopiaMapInner({
|
||||
itemId=''
|
||||
rawText={'Support us building free opensource maps and help us grow 🌱☀️'}
|
||||
/>
|
||||
<PopupButton url={'https://opencollective.com/utopia-project'} text={'Donate'} />
|
||||
<a href='https://opencollective.com/utopia-project'>
|
||||
<div className='tw-btn tw-btn-sm tw-float-right'>Donate</div>
|
||||
</a>
|
||||
</div>
|
||||
</>,
|
||||
{ autoClose: false },
|
||||
)
|
||||
}, 600000)
|
||||
}, 60000)
|
||||
init.current = true
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user