Make Paymaster's Consumables and Donation inline
This commit is contained in:
parent
cd7af1ac5c
commit
361399f40c
|
@ -196,12 +196,12 @@ export function Paymaster(props) {
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
|
<Grid stackable columns={2}>
|
||||||
|
<Grid.Column>
|
||||||
<Header size='medium'>Consumables</Header>
|
<Header size='medium'>Consumables</Header>
|
||||||
|
|
||||||
<p>Pay for materials you use (ie. welding gas, 3D printing, blades, etc).</p>
|
<p>Pay for materials you use (ie. welding gas, 3D printing, etc).</p>
|
||||||
|
|
||||||
<Grid stackable padded columns={1}>
|
|
||||||
<Grid.Column>
|
|
||||||
Custom amount:
|
Custom amount:
|
||||||
|
|
||||||
<div className='pay-custom'>
|
<div className='pay-custom'>
|
||||||
|
@ -238,12 +238,11 @@ export function Paymaster(props) {
|
||||||
custom={{ category: 'Consumables', memo: consumablesMemo }}
|
custom={{ category: 'Consumables', memo: consumablesMemo }}
|
||||||
/>
|
/>
|
||||||
</Grid.Column>
|
</Grid.Column>
|
||||||
</Grid>
|
<Grid.Column>
|
||||||
|
|
||||||
<Header size='medium'>Donate</Header>
|
<Header size='medium'>Donate</Header>
|
||||||
|
|
||||||
<Grid stackable padded columns={1}>
|
<p>Donation of any amount to Protospace.</p>
|
||||||
<Grid.Column>
|
|
||||||
Custom amount:
|
Custom amount:
|
||||||
|
|
||||||
<div className='pay-custom'>
|
<div className='pay-custom'>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user