Skip to content

Commit

Permalink
feat: remove plugin page (langgenius#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh authored Nov 16, 2023
1 parent cfbfd59 commit 18cf7f7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 90 deletions.
Binary file not shown.
Binary file not shown.
32 changes: 0 additions & 32 deletions web/app/(commonLayout)/plugins-coming-soon/page.module.css

This file was deleted.

19 changes: 0 additions & 19 deletions web/app/(commonLayout)/plugins-coming-soon/page.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions web/app/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import DatasetNav from './dataset-nav'
import EnvNav from './env-nav'
import ExploreNav from './explore-nav'
import GithubStar from './github-star'
import PluginNav from './plugin-nav'
import { WorkspaceProvider } from '@/context/workspace-context'
import { useAppContext } from '@/context/app-context'
import LogoSite from '@/app/components/base/logo/logo-site'
Expand All @@ -31,7 +30,6 @@ const Header = () => {
<div className='flex items-center'>
<ExploreNav className={navClassName} />
<AppNav />
<PluginNav className={navClassName} />
{isCurrentWorkspaceManager && <DatasetNav />}
</div>
<div className='flex items-center flex-shrink-0'>
Expand Down
37 changes: 0 additions & 37 deletions web/app/components/header/plugin-nav/index.tsx

This file was deleted.

0 comments on commit 18cf7f7

Please sign in to comment.