File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ module CuratedResources = {
636
636
key = {Int .toString (i )}
637
637
href = {card .href }
638
638
className = "hover:bg-gray-80 bg-gray-90 px-4 md:px-8 pb-0 md:pb-8 relative rounded-xl md:min-w-[196px]" >
639
- <img className = "h-[53px] absolute mt-6" src = card .imgSrc />
639
+ <img className = "h-[53px] absolute mt-6" src = card .imgSrc loading = #lazy />
640
640
<h5 className = "text-gray-10 hl-4 mt-32 h-12" > {card .title } </h5 >
641
641
<div className = "text-gray-40 mt-2 mb-8 body-sm" > {React .string (card .descr )} </div >
642
642
</Next .Link >
@@ -659,7 +659,7 @@ module CuratedResources = {
659
659
key = {Int .toString (i )}
660
660
href = {card .href }
661
661
className = "hover:bg-gray-80 bg-gray-90 px-5 pb-8 relative rounded-xl min-w-[200px]" >
662
- <img className = "h-12 absolute mt-5" src = card .imgSrc />
662
+ <img className = "h-12 absolute mt-5" src = card .imgSrc loading = #lazy />
663
663
<h5 className = "text-gray-10 hl-4 mt-32 h-12" > {card .title } </h5 >
664
664
<div className = "text-gray-40 mt-4 body-sm" > {React .string (card .descr )} </div >
665
665
</a >
You can’t perform that action at this time.
0 commit comments