From 6e2bac6d32db57c7df0b388b05e98377321a9d57 Mon Sep 17 00:00:00 2001 From: Mehul Mathur Date: Tue, 24 Dec 2024 12:18:40 +0530 Subject: [PATCH] chore: updated footer (#578) --- src/components/shared/Footer.tsx | 45 ++++++++++++---------- src/constants/index.tsx | 41 +++++++++++++------- src/constants/routes.ts | 3 ++ src/types/index.d.ts | 5 +++ static/icons/companies/tailcall-white.svg | 31 ++++++--------- static/icons/companies/tailcall-yellow.svg | 20 ++++++++++ 6 files changed, 93 insertions(+), 52 deletions(-) create mode 100644 static/icons/companies/tailcall-yellow.svg diff --git a/src/components/shared/Footer.tsx b/src/components/shared/Footer.tsx index a75620a7c4..cc833aa4dd 100644 --- a/src/components/shared/Footer.tsx +++ b/src/components/shared/Footer.tsx @@ -1,6 +1,6 @@ import React from "react" import Link from "@docusaurus/Link" -import {footerLinks, socials} from "@site/src/constants" +import {footerItems, socials} from "@site/src/constants" import TailcallLogo from "@site/static/icons/companies/tailcall-white.svg" import {useCookieConsentManager} from "./CookieConsentProvider" @@ -8,36 +8,41 @@ const Footer = (): JSX.Element => { const {openCookieConsentModal} = useCookieConsentManager() const year = new Date().getFullYear() return ( -