@@ -254,11 +254,11 @@ export function NavUser({
254254 >
255255 < Avatar className = "h-8 w-8 rounded-lg grayscale" >
256256 < AvatarImage src = { user . image || "" } alt = { user . name || "" } />
257- < AvatarFallback className = "rounded-lg" >
257+ { /* <AvatarFallback className="rounded-lg">
258258 {user.name?.charAt(0).toUpperCase() ||
259259 user.email?.charAt(0).toUpperCase() ||
260260 "U"}
261- </ AvatarFallback >
261+ </AvatarFallback> */ }
262262 </ Avatar >
263263 < div className = "grid flex-1 text-left text-sm leading-tight" >
264264 < span className = "truncate font-medium" > { getProfileDisplayName ( user ) } </ span >
@@ -279,11 +279,11 @@ export function NavUser({
279279 < div className = "flex items-center gap-2 px-1 py-1.5 text-left text-sm" >
280280 < Avatar className = "h-8 w-8 rounded-lg" >
281281 < AvatarImage src = { user . image || "" } alt = { user . name || "" } />
282- < AvatarFallback className = "rounded-lg" >
282+ { /* <AvatarFallback className="rounded-lg">
283283 {user.name?.charAt(0).toUpperCase() ||
284284 user.email?.charAt(0).toUpperCase() ||
285285 "U"}
286- </ AvatarFallback >
286+ </AvatarFallback> */ }
287287 </ Avatar >
288288 < div className = "grid flex-1 text-left text-sm leading-tight" >
289289 < span className = "truncate font-medium" >
@@ -350,11 +350,11 @@ export function NavUser({
350350 < div className = "flex items-center space-x-4" >
351351 < Avatar className = "h-16 w-16" >
352352 < AvatarImage src = { profileImage } alt = { fullName || "User" } />
353- < AvatarFallback className = "text-lg" >
353+ { /* <AvatarFallback className="text-lg">
354354 {fullName?.charAt(0).toUpperCase() ||
355355 user.email?.charAt(0).toUpperCase() ||
356356 "U"}
357- </ AvatarFallback >
357+ </AvatarFallback> */ }
358358 </ Avatar >
359359 < Button
360360 variant = "outline"
0 commit comments