From a2937185dd95fd9ea8f1386783ad05f60400d60a Mon Sep 17 00:00:00 2001 From: Charlotte Date: Thu, 9 Jan 2025 12:47:04 -0500 Subject: [PATCH] refactor: streamline footer component layout and constants --- components/Footer.tsx | 2 +- constants/footer.ts | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index c386796..08633a2 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -42,7 +42,7 @@ export const Footer = () => { ))} -
+
{footer.map((category) => (

diff --git a/constants/footer.ts b/constants/footer.ts index 1fd6190..a7168af 100644 --- a/constants/footer.ts +++ b/constants/footer.ts @@ -39,24 +39,24 @@ export const footer: Footer[] = [ { title: "resources.children.contact", href: "/contact" }, ], }, - { - title: "betaPrograms.title", - children: [ - { - title: "betaPrograms.children.launcher", - href: "https://github.com/Redot-Experimental/launcher", - }, - { - title: "betaPrograms.children.academy", - href: links.academy, - newTab: true, - }, - { - title: "betaPrograms.children.engineExperimental", - href: links.engineExperimental, - }, - ], - }, + // { + // title: "betaPrograms.title", + // children: [ + // { + // title: "betaPrograms.children.launcher", + // href: "https://github.com/Redot-Experimental/launcher", + // }, + // { + // title: "betaPrograms.children.academy", + // href: links.academy, + // newTab: true, + // }, + // { + // title: "betaPrograms.children.engineExperimental", + // href: links.engineExperimental, + // }, + // ], + // }, { title: "policies.title", children: [