diff --git a/apps/docs/components/Navigation/Footer.tsx b/apps/docs/components/Navigation/Footer.tsx index dff863377c1..6c0bc8ebd9d 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 }) => ( ) )} -
- - - - +
+ + Twitter + + + + + GitHub + + + + + Discord + + + + + Youtube + +