mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
Compare commits
2 Commits
8a84b7f28e
...
b10ef1b60a
| Author | SHA1 | Date | |
|---|---|---|---|
| b10ef1b60a | |||
|
|
7d16b2140a |
@ -32,7 +32,6 @@ import { GratitudeControl } from './Subcomponents/Controls/GratitudeControl'
|
||||
import { LayerControl } from './Subcomponents/Controls/LayerControl'
|
||||
import { SearchControl } from './Subcomponents/Controls/SearchControl'
|
||||
import { TagsControl } from './Subcomponents/Controls/TagsControl'
|
||||
import { PopupButton } from './Subcomponents/ItemPopupComponents/PopupButton'
|
||||
import { TextView } from './Subcomponents/ItemPopupComponents/TextView'
|
||||
import { SelectPosition } from './Subcomponents/SelectPosition'
|
||||
|
||||
@ -80,7 +79,9 @@ 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 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user