the statusphere demo reworked into a vite/react app in a monorepo

fix avi loading

Changed files
+1 -1
packages
client
src
components
+1 -1
packages/client/src/components/Header.tsx
··· 31 <img 32 src={user.profile.avatar} 33 alt={user.profile.displayName || user.profile.handle} 34 - className="w-8 h-8 rounded-full" 35 /> 36 ) : ( 37 <div className="w-8 h-8 bg-gray-200 dark:bg-gray-700 rounded-full"></div>
··· 31 <img 32 src={user.profile.avatar} 33 alt={user.profile.displayName || user.profile.handle} 34 + className="w-8 h-8 rounded-full text-transparent" 35 /> 36 ) : ( 37 <div className="w-8 h-8 bg-gray-200 dark:bg-gray-700 rounded-full"></div>