fix: fixed profile picture and bio in profile box
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s
All checks were successful
Release to Staging / build_and_release (push) Successful in 45s
This commit is contained in:
parent
8fea6fa27f
commit
c44a28f755
@ -82,8 +82,9 @@ export const ProfileSection = ({ pubkey }: Props) => {
|
|||||||
<div
|
<div
|
||||||
className='IBMSMSMSSS_Author_Top_PP'
|
className='IBMSMSMSSS_Author_Top_PP'
|
||||||
style={{
|
style={{
|
||||||
background:
|
background: `url('${
|
||||||
"url('assets/img/DEG%20Mods%20Default%20PP.png') center / cover no-repeat"
|
profile.image || ''
|
||||||
|
}') center / cover no-repeat`
|
||||||
}}
|
}}
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
@ -132,7 +133,9 @@ export const ProfileSection = ({ pubkey }: Props) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='IBMSMSMSSS_Author_Top_Details'>
|
<div className='IBMSMSMSSS_Author_Top_Details'>
|
||||||
<p className='IBMSMSMSSS_Author_Top_Bio'>{profile.bio}</p>
|
<p className='IBMSMSMSSS_Author_Top_Bio'>
|
||||||
|
{profile.bio || profile.about}
|
||||||
|
</p>
|
||||||
<div
|
<div
|
||||||
id='OwnerFollowLogin'
|
id='OwnerFollowLogin'
|
||||||
className='IBMSMSMSSS_Author_Top_NostrLinks'
|
className='IBMSMSMSSS_Author_Top_NostrLinks'
|
||||||
|
Loading…
Reference in New Issue
Block a user