Rebase fixup

This commit is contained in:
2023-01-15 22:59:05 +00:00
parent c7e42c1f75
commit bd247991bc
6 changed files with 18 additions and 26 deletions

View File

@ -107,7 +107,7 @@ export default function ProfilePage() {
function avatar() {
return (
<div className="avatar-wrapper">
<div style={{ '--img-url': backgroundImage }} className="avatar" data-domain={isVerified ? domain : ''}>
<div style={{ '--img-url': backgroundImage }} className="avatar" data-domain={domain?.toLowerCase()}>
</div>
</div>
)