Skip to content

Commit

Permalink
chore: fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Jan 10, 2024
1 parent ecd68bb commit 7a23680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/demo/src/modules/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const ROUTES: Routes = [
},
},
{
path: 'directives/appearance',
path: 'components/appearance',
loadChildren: async () =>
(await import('../directives/appearance/appearance.module'))
.ExampleTuiAppearanceModule,
Expand Down
4 changes: 2 additions & 2 deletions projects/demo/src/modules/app/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1012,10 +1012,10 @@ export const pages: TuiDocPages = [
route: '/experimental/amount',
},
{
section: 'Experimental',
section: 'Components',
title: 'Appearance',
keywords: 'colors, css, theme, custom, style',
route: '/experimental/appearance',
route: '/components/appearance',
},
{
section: 'Experimental',
Expand Down

0 comments on commit 7a23680

Please sign in to comment.