Skip to content

Commit b19022e

Browse files
authored
Revert "docs (#2398)" (#2417)
This reverts commit 2e4fae4.
1 parent 0156cc9 commit b19022e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ui/src/routes/_authenticated/_dashboard.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { redirect, createFileRoute, Outlet, useLocation } from '@tanstack/react-
22
import { getSignInUrl } from '../../authkit/serverFunctions';
33
import { SidebarProvider, Sidebar, SidebarHeader, SidebarContent, SidebarGroup, SidebarGroupLabel, SidebarGroupContent, SidebarMenu, SidebarMenuItem, SidebarMenuButton, SidebarTrigger } from '@/components/ui/sidebar';
44
import { Link } from '@tanstack/react-router';
5-
import { GitBranch, Folders, Waves, Settings, CreditCard, LogOut, Cuboid, BookOpen } from 'lucide-react';
5+
import { GitBranch, Folders, Waves, Settings, CreditCard, LogOut, Cuboid} from 'lucide-react';
66
import WorkosOrgSwitcher from '@/components/WorkosOrgSwitcher';
77
import { WorkOsWidgets } from '@workos-inc/widgets';
88

@@ -97,15 +97,6 @@ function DashboardComponent() {
9797
</SidebarMenuButton>
9898
</SidebarMenuItem>
9999

100-
<SidebarMenuItem>
101-
<SidebarMenuButton asChild>
102-
<a href="https://docs.opentaco.dev" target="_blank" rel="noopener noreferrer">
103-
<BookOpen className="mr-2 h-4 w-4" />
104-
<span>Docs</span>
105-
</a>
106-
</SidebarMenuButton>
107-
</SidebarMenuItem>
108-
109100

110101

111102
</SidebarMenu>

0 commit comments

Comments
 (0)