Changeset 41a2f81
- Timestamp:
- 12/29/25 04:37:31 (6 months ago)
- Branches:
- main
- Children:
- b0685a8
- Parents:
- 958bc89
- File:
-
- 1 edited
-
components/BuildDetailsDialog.tsx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
components/BuildDetailsDialog.tsx
r958bc89 r41a2f81 154 154 <TableCell sx={{width: 50}}> 155 155 <Avatar 156 src={comp.img _url || undefined}156 src={comp.imgUrl || undefined} 157 157 variant="rounded" 158 sx={{width: 45, height: 45, bgcolor: '#ff8201'}}158 sx={{width: 50, height: 50, bgcolor: '#ff8201'}} 159 159 > 160 160 {comp.type?.substring(0, 3)?.toUpperCase()}
Note:
See TracChangeset
for help on using the changeset viewer.
