File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/common/src/components/mdx_components Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ const SessionItem: React.FC<{ session: BackendAPISchemas.SessionSchema }> = Susp
2323 < >
2424 { /* <Link to={sessionDetailedUrl} style={{ textDecoration: "none" }}> */ }
2525 < SessionItemContainer direction = "row" >
26- < SessionImageContainer children = { < SessionImage src = { speakerImgSrc } alt = "Session Image" errorFallback = { < SessionImageErrorFallback /> } /> } />
26+ < SessionImageContainer
27+ children = { < SessionImage src = { speakerImgSrc } alt = "Session Image" loading = "lazy" errorFallback = { < SessionImageErrorFallback /> } /> }
28+ />
2729 < Stack direction = "column" sx = { { flexGrow : 1 , py : 0.5 , gap : 0.75 } } >
2830 < SessionTitle children = { sessionTitle } />
2931 < Stack direction = "row" spacing = { 0.5 } >
You can’t perform that action at this time.
0 commit comments