File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
apps/trustlab/src/components/Incubator Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ exports[`<Incubator /> renders unchanged 1`] = `
88 <div
99 class="MuiContainer-root MuiContainer-maxWidthLg MuiContainer-fixed MuiContainer-disableGutters css-1be4fpk-MuiContainer-root"
1010 >
11+ <h2
12+ class="MuiTypography-root MuiTypography-display4 css-283xsv-MuiTypography-root"
13+ >
14+ Incubator
15+ </h2>
1116 <div
1217 class="MuiGrid-root MuiGrid-container MuiGrid-spacing-xs-2 css-1cth5tq-MuiGrid-root"
1318 >
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ const render = createRender({ theme });
99
1010const defaultProps = {
1111 content : null ,
12+ title : "Incubator" ,
1213 image : {
1314 url : "https://example.com/image.jpg" ,
1415 alt : "Incubator Image" ,
You can’t perform that action at this time.
0 commit comments