mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix(source): fix donation widget button (#153)
* fix donation widget button * fixed linting * fixed timing
This commit is contained in:
parent
0169f1c8bc
commit
7d16b2140a
@ -32,7 +32,6 @@ import { GratitudeControl } from './Subcomponents/Controls/GratitudeControl'
|
|||||||
import { LayerControl } from './Subcomponents/Controls/LayerControl'
|
import { LayerControl } from './Subcomponents/Controls/LayerControl'
|
||||||
import { SearchControl } from './Subcomponents/Controls/SearchControl'
|
import { SearchControl } from './Subcomponents/Controls/SearchControl'
|
||||||
import { TagsControl } from './Subcomponents/Controls/TagsControl'
|
import { TagsControl } from './Subcomponents/Controls/TagsControl'
|
||||||
import { PopupButton } from './Subcomponents/ItemPopupComponents/PopupButton'
|
|
||||||
import { TextView } from './Subcomponents/ItemPopupComponents/TextView'
|
import { TextView } from './Subcomponents/ItemPopupComponents/TextView'
|
||||||
import { SelectPosition } from './Subcomponents/SelectPosition'
|
import { SelectPosition } from './Subcomponents/SelectPosition'
|
||||||
|
|
||||||
@ -80,7 +79,9 @@ export function UtopiaMapInner({
|
|||||||
itemId=''
|
itemId=''
|
||||||
rawText={'Support us building free opensource maps and help us grow 🌱☀️'}
|
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>
|
</div>
|
||||||
</>,
|
</>,
|
||||||
{ autoClose: false },
|
{ autoClose: false },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user