@@ -44,6 +44,7 @@ class="size-5 text-gray-400 dark:text-gray-500 group-hover:text-gray-600 dark:gr
4444 <div class =" flex items-center justify-center space-x-2" >
4545 @foreach ($model -> getReactionsSummary () as $reaction )
4646 <img
47+ loading =" lazy"
4748 class =" size-4"
4849 src =" {{ asset (" /images/reactions/{$reaction -> name }.svg" ) } }"
4950 alt =" {{ $reaction -> name } } emoji"
@@ -73,28 +74,28 @@ class="absolute z-30 left-6 w-auto origin-top-left"
7374 <div class =" rounded-full bg-white ring-1 ring-inset ring-gray-100 px-3 py-1.5 dark:bg-gray-800 dark:ring-white/10" >
7475 <div class =" reactions flex items-center gap-4" >
7576 <button type =" button" class =" {{ $buttonClasses } }" wire:click =" userReacted('clap')" >
76- <img src =" {{ asset (' /images/reactions/clap.svg' ) } }" class =" size-5" alt =" clap emoji" />
77+ <img loading = " lazy " src =" {{ asset (' /images/reactions/clap.svg' ) } }" class =" size-5" alt =" clap emoji" />
7778 </button >
7879 <button type =" button" class =" {{ $buttonClasses } }" wire:click =" userReacted('fire')" >
79- <img src =" {{ asset (' /images/reactions/fire.svg' ) } }" class =" size-5" alt =" fire emoji" />
80+ <img loading = " lazy " src =" {{ asset (' /images/reactions/fire.svg' ) } }" class =" size-5" alt =" fire emoji" />
8081 </button >
8182 <button type =" button" class =" {{ $buttonClasses } }" wire:click =" userReacted('handshake')" >
82- <img src =" {{ asset (' /images/reactions/handshake.svg' ) } }" class =" size-5" alt =" handshake emoji" />
83+ <img loading = " lazy " src =" {{ asset (' /images/reactions/handshake.svg' ) } }" class =" size-5" alt =" handshake emoji" />
8384 </button >
8485 <button type =" button" class =" {{ $buttonClasses } }" wire:click =" userReacted('joy')" >
85- <img src =" {{ asset (' /images/reactions/joy.svg' ) } }" class =" size-5" alt =" joy emoji" />
86+ <img loading = " lazy " src =" {{ asset (' /images/reactions/joy.svg' ) } }" class =" size-5" alt =" joy emoji" />
8687 </button >
8788 <button type =" button" class =" {{ $buttonClasses } }" wire:click =" userReacted('love')" >
88- <img src =" {{ asset (' /images/reactions/love.svg' ) } }" class =" size-5" alt =" love emoji" />
89+ <img loading = " lazy " src =" {{ asset (' /images/reactions/love.svg' ) } }" class =" size-5" alt =" love emoji" />
8990 </button >
9091 <button type =" button" class =" {{ $buttonClasses } }" wire:click =" userReacted('money')" >
91- <img src =" {{ asset (' /images/reactions/money.svg' ) } }" class =" size-5" alt =" money emoji" />
92+ <img loading = " lazy " src =" {{ asset (' /images/reactions/money.svg' ) } }" class =" size-5" alt =" money emoji" />
9293 </button >
9394 <button type =" button" class =" {{ $buttonClasses } }" wire:click =" userReacted('party')" >
94- <img src =" {{ asset (' /images/reactions/party.svg' ) } }" class =" size-5" alt =" party emoji" />
95+ <img loading = " lazy " src =" {{ asset (' /images/reactions/party.svg' ) } }" class =" size-5" alt =" party emoji" />
9596 </button >
9697 <button type =" button" class =" {{ $buttonClasses } }" wire:click =" userReacted('pray')" >
97- <img src =" {{ asset (' /images/reactions/pray.svg' ) } }" class =" size-5" alt =" pray" />
98+ <img loading = " lazy " src =" {{ asset (' /images/reactions/pray.svg' ) } }" class =" size-5" alt =" pray" />
9899 </button >
99100 </div >
100101 </div >
0 commit comments