Index: components/BuildDetailsDialog.tsx
===================================================================
--- components/BuildDetailsDialog.tsx	(revision 958bc89ea8bee009837593ad11242676e8d031f1)
+++ components/BuildDetailsDialog.tsx	(revision c586cbdaba421799f528cc117955c0b3ad697da2)
@@ -154,7 +154,7 @@
                                                             <TableCell sx={{width: 50}}>
                                                                 <Avatar
-                                                                    src={comp.img_url || undefined}
+                                                                    src={comp.imgUrl || undefined}
                                                                     variant="rounded"
-                                                                    sx={{width: 45, height: 45, bgcolor: '#ff8201'}}
+                                                                    sx={{width: 50, height: 50, bgcolor: '#ff8201'}}
                                                                 >
                                                                     {comp.type?.substring(0, 3)?.toUpperCase()}
