Add period after index

This commit is contained in:
Justin
2022-06-07 11:25:24 -04:00
parent 3dc60f2cd8
commit e60db6decb

View File

@ -90,7 +90,7 @@ const Option = (props: IOption) => {
<HStack alignItems='center' justifyContent='between' space={4}>
<HStack alignItems='center' space={2} grow>
<div className='w-6'>
<Text weight='bold'>{index + 1}</Text>
<Text weight='bold'>{index + 1}.</Text>
</div>
<AutosuggestInput