chore: Update translations

This commit is contained in:
2023-11-14 15:14:33 +00:00
parent 2f4d6d20fd
commit 27cf614048
29 changed files with 29 additions and 40 deletions

View File

@ -76,7 +76,11 @@ export function ProfilePage() {
return (
<div className="profile-page">
<div className="profile-container">
<img className="banner" alt={profile?.name || link.id} src={profile?.banner ? profile?.banner : defaultBanner} />
<img
className="banner"
alt={profile?.name || link.id}
src={profile?.banner ? profile?.banner : defaultBanner}
/>
<div className="profile-content">
{profile?.picture ? (
<img className="avatar" alt={profile.name || link.id} src={profile.picture} />