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 ( -