From 1fa7da76061528924db4435bed905ea0b69be35f Mon Sep 17 00:00:00 2001 From: Salam-vsem Date: Mon, 19 May 2025 01:36:05 +0300 Subject: [PATCH] add lazy loading --- src/components/Marquee.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Marquee.astro b/src/components/Marquee.astro index ba6890f..7264246 100644 --- a/src/components/Marquee.astro +++ b/src/components/Marquee.astro @@ -16,7 +16,7 @@ const repeatedTexts = repeatedTexts.map((text) => ( <>

{text}

- cross-icon + cross-icon )) }