File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -317,8 +317,24 @@ class="absolute right-1/2 top-1/2 grid size-16 -translate-y-1/2 translate-x-1/2
317
317
aria-hidden =" true"
318
318
>
319
319
<svg
320
+ x-init ="
321
+ () => {
322
+ motion.animate(
323
+ $el,
324
+ {
325
+ x: [0, 3],
326
+ },
327
+ {
328
+ duration: 0.6,
329
+ repeat: Infinity,
330
+ repeatType: 'mirror',
331
+ ease: motion.easeInOut,
332
+ },
333
+ )
334
+ }
335
+ "
320
336
xmlns =" http://www.w3.org/2000/svg"
321
- class =" size-8 "
337
+ class =" size-7 "
322
338
viewBox =" 0 0 17 22"
323
339
fill =" none"
324
340
aria-hidden =" true"
@@ -336,9 +352,9 @@ class="size-8"
336
352
<img
337
353
src =" {{ Vite:: asset (' resources/images/simon2025laraconeu.webp' ) } }"
338
354
alt =" Simon Hamp presenting at Laracon EU 2025 on building mobile apps with PHP"
339
- class =" w-full max-w-80 rounded-xl"
340
- width =" 320 "
341
- height =" 180 "
355
+ class =" w-full max-w-96 rounded-xl"
356
+ width =" 384 "
357
+ height =" 216 "
342
358
loading =" lazy"
343
359
/>
344
360
</a >
You can’t perform that action at this time.
0 commit comments