kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Group topics: add padding below form
rodzic
1efcd95a76
commit
36c5fcc469
|
@ -189,6 +189,7 @@ const DetailsStep = () => {
|
|||
/>
|
||||
</FormGroup>
|
||||
|
||||
<div className='pb-6'>
|
||||
<Streamfield
|
||||
label='Topics'
|
||||
hint='Add up to 3 keywords that will serve as core topics of discussion in the group.'
|
||||
|
@ -198,6 +199,7 @@ const DetailsStep = () => {
|
|||
onAddItem={handleAddHashtag}
|
||||
onRemoveItem={handleRemoveHashtag}
|
||||
/>
|
||||
</div>
|
||||
</Form>
|
||||
);
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue