diff --git a/src/app/[orgId]/components/Header.tsx b/src/app/[orgId]/components/Header.tsx index 937ec15..8fcdda1 100644 --- a/src/app/[orgId]/components/Header.tsx +++ b/src/app/[orgId]/components/Header.tsx @@ -39,16 +39,16 @@ export default function Header({ email, orgName, name }: HeaderProps) {
-
+
Documentation Support @@ -56,7 +56,7 @@ export default function Header({ email, orgName, name }: HeaderProps) {
-
+
{/* Make the text truncate on smaller screens */} {name || email} diff --git a/src/app/[orgId]/layout.tsx b/src/app/[orgId]/layout.tsx index 85d023c..b2941d0 100644 --- a/src/app/[orgId]/layout.tsx +++ b/src/app/[orgId]/layout.tsx @@ -1,6 +1,6 @@ import { Metadata } from "next"; import { TopbarNav } from "./components/TopbarNav"; -import { Cog, LayoutGrid, Tent, Users } from "lucide-react"; +import { Cog, Combine, LayoutGrid, Tent, Users, Waypoints } from "lucide-react"; import Header from "./components/Header"; import { verifySession } from "@app/lib/auth/verifySession"; import { redirect } from "next/navigation"; @@ -14,12 +14,12 @@ const topNavItems = [ { title: "Sites", href: "/{orgId}/sites", - icon: , + icon: , }, { title: "Resources", href: "/{orgId}/resources", - icon: , + icon: , }, { title: "Users", @@ -50,13 +50,10 @@ export default async function ConfigurationLaytout({ return ( <> -
+
-
- +
+