File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,8 @@ defmodule AlgoraWeb.HomeLive do
308
308
< img
309
309
class = "aspect-[1200/500] object-cover object-top w-full rounded-xl lg:rounded-2xl "
310
310
src = { ~p" /images/people/golem-team.jpeg" }
311
- alt = "KubeCon "
311
+ alt = "Golem Team "
312
+ loading = "lazy "
312
313
/>
313
314
< div class = "pt-8 grid grid-cols-1 items-center gap-x-16 gap-y-8 lg:grid-cols-12 " >
314
315
< div class = "lg:col-span-6 order-last lg:order-first " >
@@ -317,7 +318,7 @@ defmodule AlgoraWeb.HomeLive do
317
318
</ h3 >
318
319
< div class = "flex flex-wrap items-center gap-x-8 gap-y-4 pt-4 sm:pt-6 " >
319
320
< div class = "flex items-center gap-4 " >
320
- < img src = "https://github.com/mschuwalow.png " class = "h-12 w-12 rounded-full " />
321
+ < img src = "https://github.com/mschuwalow.png " class = "h-12 w-12 rounded-full " loading = " lazy " />
321
322
< div >
322
323
< div class = "text-xl sm:text-2xl font-semibold text-foreground " >
323
324
Maxim Schuwalow
@@ -338,6 +339,7 @@ defmodule AlgoraWeb.HomeLive do
338
339
< img
339
340
src = { ~p" /images/people/john-de-goes.jpg" }
340
341
class = "h-12 w-12 rounded-full "
342
+ loading = "lazy "
341
343
/>
342
344
343
345
< div >
You can’t perform that action at this time.
0 commit comments