update from cdrl
This commit is contained in:
@@ -15,7 +15,7 @@ const LAYOUT_STICKY_FULL = "sticky top-0 h-screen overflow-y-auto";
|
||||
// viewport edge. Scoped to lg, where the sidebar/gap exists.
|
||||
const LAYOUT_MAIN = "col-span-1 min-w-0 lg:col-span-10 lg:pr-8";
|
||||
|
||||
interface SidebarNavItem {
|
||||
export interface SidebarNavItem {
|
||||
id: string;
|
||||
label: string;
|
||||
icon?: JSXElement;
|
||||
|
||||
Reference in New Issue
Block a user