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
23
23
< >
24
24
{ /* <Link to={sessionDetailedUrl} style={{ textDecoration: "none" }}> */ }
25
25
< 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
+ />
27
29
< Stack direction = "column" sx = { { flexGrow : 1 , py : 0.5 , gap : 0.75 } } >
28
30
< SessionTitle children = { sessionTitle } />
29
31
< Stack direction = "row" spacing = { 0.5 } >
You can’t perform that action at this time.
0 commit comments