Changeset 6ce6739 for components/ComponentDetailsDialog.tsx
- Timestamp:
- 12/28/25 02:26:04 (7 months ago)
- Branches:
- main
- Children:
- 107303c
- Parents:
- 80f6cdb
- File:
-
- 1 edited
-
components/ComponentDetailsDialog.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
components/ComponentDetailsDialog.tsx
r80f6cdb r6ce6739 110 110 <Box 111 111 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} 113 114 alt={displayData.name} 114 115 sx={{ … … 117 118 objectFit: 'contain', 118 119 mb: 2, 119 border: '1px solid #eee',120 borderRadius: 2,120 // border: '1px solid #eee', 121 // borderRadius: 2, 121 122 p: 2 122 123 }}
Note:
See TracChangeset
for help on using the changeset viewer.
