Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed Mar 28, 2024
1 parent 14d084e commit daaef15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(dashboard)/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Sidebar({ children, className }: SidebarProps) {
<SidebarButton href="/profile">
<IconUser /> Profile
</SidebarButton>
<SidebarButton href="/experimentalAI">
<SidebarButton href="/experiments">
<IconSparkles /> Experimental AI
</SidebarButton>
{isAdmin && (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next'

import FeatureList from './components/FeatureList'
import FeatureList from './components/feature-list'

export const metadata: Metadata = {
title: 'Experimental AI'
Expand Down

0 comments on commit daaef15

Please sign in to comment.