From 844217694fe3dc1c79e80f988c6fc0ed81646c1b Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Thu, 4 Jul 2024 12:59:36 +0300 Subject: [PATCH] fix crisp loading --- src/layouts/Layout.astro | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index dd090c8..275a027 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -37,22 +37,39 @@ const { language, textDirection } = I18N; - - - - + + + - + -- 2.40.1