add header editor to settings

This commit is contained in:
Alejandro Gomez
2023-01-14 00:08:36 +01:00
parent 7c6483b991
commit 8e86728222
3 changed files with 41 additions and 5 deletions

View File

@ -103,7 +103,7 @@ export default function ProfilePage() {
return (
<>
<div className="profile flex">
<img className="banner" src={user?.banner ? user.banner : avatarUrl} />
<img alt="banner" className="banner" src={user?.banner ? user.banner : avatarUrl} />
<div className="avatar-wrapper">
<div style={{ '--img-url': backgroundImage }} className="avatar" data-domain={isVerified ? domain : ''}>
</div>