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