Starting to create frontend

This commit is contained in:
Owen
2025-10-20 20:40:04 -07:00
parent 58443ef53f
commit f3149e46cd
5 changed files with 174 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ import {
MonitorUp, // Added from 'dev' branch
Server,
Zap,
CreditCard
CreditCard,
Logs
} from "lucide-react";
export type SidebarNavSection = {
@@ -138,6 +139,11 @@ export const orgNavSections = (
}
]
: []),
{
title: "sidebarLogs",
href: "/{orgId}/settings/logs",
icon: <Logs className="h-4 w-4" />
},
{
title: "sidebarSettings",
href: "/{orgId}/settings/general",