From 2fadb14c999768fd25edcf573f858cb09043a815 Mon Sep 17 00:00:00 2001 From: jog1t <39823706+jog1t@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:42:38 +0000 Subject: [PATCH] feat: new footer (#360) Closes MIS-268 --- 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 ( -