bio warning
This commit is contained in:
parent
48509ac819
commit
d7238a6d6d
@ -106,11 +106,14 @@ export default function User ({ data: { user } }) {
|
|||||||
? <BioForm handleSuccess={() => setCreate(false)} />
|
? <BioForm handleSuccess={() => setCreate(false)} />
|
||||||
: (
|
: (
|
||||||
mine &&
|
mine &&
|
||||||
|
<div className='text-center'>
|
||||||
<Button
|
<Button
|
||||||
onClick={setCreate}
|
onClick={setCreate}
|
||||||
size='md' variant='secondary'
|
size='md' variant='secondary'
|
||||||
>create bio
|
>create bio
|
||||||
</Button>
|
</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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user