kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Add period after index
rodzic
3dc60f2cd8
commit
e60db6decb
|
@ -90,7 +90,7 @@ const Option = (props: IOption) => {
|
||||||
<HStack alignItems='center' justifyContent='between' space={4}>
|
<HStack alignItems='center' justifyContent='between' space={4}>
|
||||||
<HStack alignItems='center' space={2} grow>
|
<HStack alignItems='center' space={2} grow>
|
||||||
<div className='w-6'>
|
<div className='w-6'>
|
||||||
<Text weight='bold'>{index + 1}</Text>
|
<Text weight='bold'>{index + 1}.</Text>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<AutosuggestInput
|
<AutosuggestInput
|
||||||
|
|
Ładowanie…
Reference in New Issue