From 1237b5417fc82a083809a1eb6a03ad33fce5713b Mon Sep 17 00:00:00 2001 From: Lennart Krauch Date: Thu, 25 Jan 2024 15:56:14 +0100 Subject: [PATCH] moved to objects Signed-off-by: Lennart Krauch --- src/components/Footer/Footer.astro | 6 ++-- src/components/UserMenu/UserMenu.tsx | 2 +- src/components/VideoPlayer.tsx | 14 ++++---- src/views/AboutUs/AboutUs.astro | 12 +++---- src/views/Features/Features.astro | 6 ++-- src/views/Hero/Hero.astro | 36 ++++++++++---------- src/views/Mobile/Mobile.astro | 14 ++++---- src/views/Uniqueness/Uniqueness.astro | 48 +++++++++++++-------------- 8 files changed, 70 insertions(+), 68 deletions(-) diff --git a/src/components/Footer/Footer.astro b/src/components/Footer/Footer.astro index 6b3c98b..76d94c6 100644 --- a/src/components/Footer/Footer.astro +++ b/src/components/Footer/Footer.astro @@ -15,9 +15,9 @@ const content = await getTranslatedContent("Footer", lang!);