Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
minfeishen2024 committed Feb 20, 2024
1 parent 4fb4a66 commit 4da952d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/audittable/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const columns: ColumnDef<FetchedCalls>[] = [
Export
</DropdownMenuItem>
<DropdownMenuSeparator />
<DropdownMenuItem>View call details</DropdownMenuItem>
<DropdownMenuItem>View details</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>
)
Expand Down
11 changes: 1 addition & 10 deletions src/components/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function Sidebar({ className, isProgramManager }: SidebarProps) {

<ButtonLink href="/dashboard/clients">
<SquareUser className="mr-2 h-4 w-4" />
Cleints
Clients
</ButtonLink>
<Collapsible>

Expand All @@ -105,15 +105,6 @@ export default function Sidebar({ className, isProgramManager }: SidebarProps) {
</ButtonLink>
</CollapsibleContent>
</Collapsible>
{/* <ButtonLink href="/dashboard/settings">
<Settings className="mr-2 h-4 w-4" />
Settings
</ButtonLink>
<ButtonLink href="/dashboard/settings/org/audit-log">
<Settings className="mr-2 h-4 w-4" />
Audit-log
</ButtonLink> */}
</div>
);
}

0 comments on commit 4da952d

Please sign in to comment.