Skip to content

Commit

Permalink
feat: remove migration preview tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Oct 9, 2024
1 parent 4aa9f6f commit 362fac1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions projects/ui/src/components/Nav/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import disclosuresIcon from '~/img/beanstalk/interface/nav/disclosures.svg';
import analyticsIcon from '~/img/beanstalk/interface/nav/stats.svg';
import basinIcon from '~/img/beanstalk/interface/nav/basin.svg';
import pipelineIcon from '~/img/beanstalk/interface/nav/pipeline.svg';
import migrationIcon from '~/img/beanstalk/interface/nav/migration.svg';

export type RouteData = {
/** Nav item title */
Expand Down Expand Up @@ -84,12 +83,12 @@ const ROUTES: { [key in RouteKeys]: RouteData[] } = {
icon: governanceIcon,
small: true,
},
{
path: '/preview',
title: 'Migration Preview',
icon: migrationIcon,
small: true,
},
// {
// path: '/preview',
// title: 'Migration Preview',
// icon: migrationIcon,
// small: true,
// },
{
path: 'docs',
href: 'https://docs.bean.money/almanac',
Expand Down

0 comments on commit 362fac1

Please sign in to comment.