Changeset 67186d2 for components/ComponentDetailsDialog.tsx
- Timestamp:
- 12/28/25 03:14:58 (7 months ago)
- 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. - File:
-
- 1 edited
-
components/ComponentDetailsDialog.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
components/ComponentDetailsDialog.tsx
re09fe6f r67186d2 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.
