Skip to content

Commit

Permalink
chore(demo): rename default tabs (#9197)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 26, 2024
1 parent 26a7a19 commit bb64cd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions projects/demo/src/modules/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {HIGHLIGHT_OPTIONS} from 'ngx-highlightjs';

import {SEE_ALSO_GROUPS} from './app.const';
import {ROUTES} from './app.routes';
import {TUI_DEFAULT_TABS} from './app.tabs';
import {LOGO_CONTENT} from './logo/logo.component';
import {metrikaOptionsProvider} from './metrika/metrika.service';
import {pages} from './pages';
Expand Down Expand Up @@ -130,7 +129,7 @@ export const config: ApplicationConfig = {
},
{
provide: TUI_DOC_DEFAULT_TABS,
useValue: TUI_DEFAULT_TABS,
useValue: ['Examples', 'API', 'Setup', 'How to use'],
},
{
provide: TUI_DOC_LOGO,
Expand Down
6 changes: 0 additions & 6 deletions projects/demo/src/modules/app/app.tabs.ts

This file was deleted.

0 comments on commit bb64cd6

Please sign in to comment.