From e52c45b3451963d6d210f198cdcf41b27521d034 Mon Sep 17 00:00:00 2001 From: rift <117926989+Riftriot@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:51:05 -0500 Subject: [PATCH] sliding animation! --- src/components/Header.astro | 2 +- src/components/MobileNavigation.astro | 2 +- src/pages/[lang]/index.astro | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 45fd58d..35be022 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -10,7 +10,7 @@ const t = useTranslations(lang);