bio warning

This commit is contained in:
keyan 2021-11-23 15:23:25 -06:00
parent 48509ac819
commit d7238a6d6d

View File

@ -106,11 +106,14 @@ export default function User ({ data: { user } }) {
? <BioForm handleSuccess={() => setCreate(false)} /> ? <BioForm handleSuccess={() => setCreate(false)} />
: ( : (
mine && mine &&
<Button <div className='text-center'>
onClick={setCreate} <Button
size='md' variant='secondary' onClick={setCreate}
>create bio size='md' variant='secondary'
</Button> >create bio
</Button>
<small className='d-block mt-3 text-muted'>your bio is also a post introducing yourself to other users</small>
</div>
)} )}
</div>)} </div>)}
</Layout> </Layout>