From 27cbede2fa4257fdd46ac82d339f41c5d2c4fce7 Mon Sep 17 00:00:00 2001 From: Kacper Wojciechowski <39823706+jog1t@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:05:37 +0200 Subject: [PATCH] feat: new footer --- apps/hub/src/layouts/root.tsx | 92 +++++++++++++++++++++++++++++++---- 1 file changed, 83 insertions(+), 9 deletions(-) diff --git a/apps/hub/src/layouts/root.tsx b/apps/hub/src/layouts/root.tsx index 295e1dff..4c272a7c 100644 --- a/apps/hub/src/layouts/root.tsx +++ b/apps/hub/src/layouts/root.tsx @@ -1,4 +1,6 @@ -import { Link, cn } from "@rivet-gg/components"; +import { NavItem } from "@/components/header/nav-item"; +import { AssetImage, cn } from "@rivet-gg/components"; +import { Icon, faDiscord, faGithub, faXTwitter } from "@rivet-gg/icons"; import { useMatches } from "@tanstack/react-router"; import type { ReactNode } from "react"; import { Header as UiHeader } from "../components/header/header"; @@ -34,15 +36,87 @@ const Header = () => { const Footer = () => { return ( -