fileInputRef.current?.click()}
+ className="relative rounded-full border-2 flex items-center justify-center font-bold cursor-pointer group"
+ style={{
+ width: '64px',
+ height: '64px',
+ borderColor: '#C8A434',
+ color: '#C8A434',
+ fontSize: '20px',
+ backgroundColor: 'rgba(200,164,52,0.08)',
+ backgroundImage: avatar ? `url(${avatar})` : undefined,
+ backgroundSize: 'cover',
+ backgroundPosition: 'center',
+ overflow: 'hidden',
+ }}
+ title="Upload photo"
>
- AO
+ {!avatar && 'AO'}
+
+
+