Ignore:
Timestamp:
12/28/25 03:14:58 (7 months ago)
Author:
Tome <gjorgievtome@…>
Branches:
main
Children:
8fe7f1a
Parents:
e09fe6f (diff), 107303c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/main'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/ComponentDetailsDialog.tsx

    re09fe6f r67186d2  
    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.