From c63e5bcf84ebdead8d9d243bf831c9fb3c6b6883 Mon Sep 17 00:00:00 2001 From: vickyadri29 Date: Mon, 16 Sep 2024 13:31:03 +0700 Subject: [PATCH] fix: responsive footer --- src/components/common/footer/Footer.tsx | 14 +++++++------- src/components/common/footer/constants.ts | 2 +- src/components/common/navbar/index.tsx | 2 +- src/features/home/components/AboutSection.tsx | 2 +- src/features/home/components/ContactSection.tsx | 2 +- src/features/home/components/CourseSection.tsx | 2 +- src/features/home/components/HeroSection.tsx | 10 +++++----- src/features/home/components/PartnerSection.tsx | 2 +- src/features/home/components/ProgramSection.tsx | 2 +- .../home/components/TestimonialSection.tsx | 2 +- src/locales/en.json | 4 ++-- src/locales/id.json | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components/common/footer/Footer.tsx b/src/components/common/footer/Footer.tsx index a14392f..b11fe10 100644 --- a/src/components/common/footer/Footer.tsx +++ b/src/components/common/footer/Footer.tsx @@ -11,13 +11,13 @@ const Footer = () => { <>
-
+
hammercode-logo {/* Resources */} -
+

{resource.title}

-
+
{resource.data.map((data) => ( {
{/* Social Media */} -
+

{social_media.title}

-
+
{social_media.data.map((data) => ( {
{/* Contact */} -
+

{contact.title}

-
+
{contact.data.map((data) => (