The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix user avatar in header

Luna 5e838ffc 21c1b03d

+6 -1
+6 -1
components/header.tsx
··· 158 158 > 159 159 <div className="flex items-center space-x-3 px-4 py-2"> 160 160 <Skeleton isLoaded={!!user?.id} className="rounded-full h-14 w-14 sm:h-10 sm:w-10 shrink-0"> 161 - <ImageReduceMotion url={`https://cdn.discordapp.com/avatars/${user?.id}/${user?.avatar}`} size={128} alt="your avatar" /> 161 + <ImageReduceMotion 162 + alt="your avatar" 163 + className="rounded-full" 164 + url={`https://cdn.discordapp.com/avatars/${user?.id}/${user?.avatar}`} 165 + size={128} 166 + /> 162 167 </Skeleton> 163 168 <div className="w-full"> 164 169 <div className="dark:text-neutral-200 text-neutral-800 truncate max-w-44 flex items-center gap-2">