feat: logo
This commit is contained in:
parent
7dc23151e0
commit
bd32d48104
12 changed files with 38 additions and 30 deletions
|
|
@ -205,7 +205,7 @@
|
|||
type="profile"
|
||||
image={profileData?.profile?.image
|
||||
? getPublicUrl(profileData.profile.image)
|
||||
: '/placeholder_logo.png'}
|
||||
: '/rugplay.svg'}
|
||||
imageAlt={profileData?.profile?.name
|
||||
? `${profileData.profile.name}'s profile picture`
|
||||
: `@${username}'s profile`}
|
||||
|
|
|
|||
Reference in a new issue