Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/ComponentDetailsDialog.tsx

    ra932c9e r6ce6739  
    110110                            <Box
    111111                                component="img"
    112                                 src={`https://placehold.co/400x400?text=${encodeURIComponent(displayData.name)}`}
     112                                // src={`https://placehold.co/400x400?text=${encodeURIComponent(displayData.name)}`}
     113                                src={displayData.imgUrl}
    113114                                alt={displayData.name}
    114115                                sx={{
     
    117118                                    objectFit: 'contain',
    118119                                    mb: 2,
    119                                     border: '1px solid #eee',
    120                                     borderRadius: 2,
     120                                    // border: '1px solid #eee',
     121                                    // borderRadius: 2,
    121122                                    p: 2
    122123                                }}
Note: See TracChangeset for help on using the changeset viewer.