fix edit bio button location

This commit is contained in:
keyan 2023-07-25 15:32:49 -05:00
parent 98552c853c
commit 4c1ef62386
1 changed files with 2 additions and 1 deletions

View File

@ -34,8 +34,9 @@ function BioItem ({ item, handleClick }) {
<>
<ItemText item={item} />
{me?.name === item.user.name &&
<div className='text-right'>
<div className='d-flex'>
<Button
className='ms-auto'
onClick={handleClick}
size='md' variant='link'
>edit bio