Changeset 41a2f81 for components


Ignore:
Timestamp:
12/29/25 04:37:31 (6 months ago)
Author:
Mihail <mihail2.naumov@…>
Branches:
main
Children:
b0685a8
Parents:
958bc89
Message:

Added mini photos for components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/BuildDetailsDialog.tsx

    r958bc89 r41a2f81  
    154154                                                            <TableCell sx={{width: 50}}>
    155155                                                                <Avatar
    156                                                                     src={comp.img_url || undefined}
     156                                                                    src={comp.imgUrl || undefined}
    157157                                                                    variant="rounded"
    158                                                                     sx={{width: 45, height: 45, bgcolor: '#ff8201'}}
     158                                                                    sx={{width: 50, height: 50, bgcolor: '#ff8201'}}
    159159                                                                >
    160160                                                                    {comp.type?.substring(0, 3)?.toUpperCase()}
Note: See TracChangeset for help on using the changeset viewer.