From 31662dc2348388d9cd1663bc47b0aefcb8f1a746 Mon Sep 17 00:00:00 2001 From: hallidayo <22655069+Hallidayo@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:39:13 +0000 Subject: [PATCH] docs: update docs footer (#40240) update docs footer --- apps/docs/components/Navigation/Footer.tsx | 123 ++++++--------------- 1 file changed, 33 insertions(+), 90 deletions(-) diff --git a/apps/docs/components/Navigation/Footer.tsx b/apps/docs/components/Navigation/Footer.tsx index dff863377c..6c0bc8ebd9 100644 --- a/apps/docs/components/Navigation/Footer.tsx +++ b/apps/docs/components/Navigation/Footer.tsx @@ -1,5 +1,5 @@ import Link from 'next/link' -import { Button, cn } from 'ui' +import { Button, cn, IconDiscord, IconGitHubSolid, IconTwitterX, IconYoutubeSolid } from 'ui' import { primaryLinks, secondaryLinks } from '~/data/footer' import { LayoutMainContent } from '~/layouts/DefaultLayout' @@ -52,95 +52,38 @@ const Footer = ({ className }: { className?: string }) => ( ) )} -