diff --git a/src/components/audittable/columns.tsx b/src/components/audittable/columns.tsx index 7df8566..3d09607 100644 --- a/src/components/audittable/columns.tsx +++ b/src/components/audittable/columns.tsx @@ -87,7 +87,7 @@ export const columns: ColumnDef[] = [ Export - View call details + View details ) diff --git a/src/components/sidebar/index.tsx b/src/components/sidebar/index.tsx index b8988a6..c09f433 100644 --- a/src/components/sidebar/index.tsx +++ b/src/components/sidebar/index.tsx @@ -83,7 +83,7 @@ export default function Sidebar({ className, isProgramManager }: SidebarProps) { - Cleints + Clients @@ -105,15 +105,6 @@ export default function Sidebar({ className, isProgramManager }: SidebarProps) { - {/* - - Settings - - - - - Audit-log - */} ); }