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)} />
: (
mine &&
<div className='text-center'>
<Button
onClick={setCreate}
size='md' variant='secondary'
>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>)}
</Layout>