mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-11 17:23:41 +00:00
feat: get tab navigation items from config
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
</div>
|
||||
|
||||
<ion-content fullscreen="true" #ionContent>
|
||||
<stapps-navigation-section></stapps-navigation-section>
|
||||
<stapps-search-section
|
||||
#search
|
||||
(focusin)="onSearchBarFocus($event)"
|
||||
|
||||
@@ -37,7 +37,7 @@ import {IonIconModule} from '../../util/ion-icon/ion-icon.module';
|
||||
|
||||
const catalogRoutes: Routes = [
|
||||
{
|
||||
path: 'dashboard',
|
||||
path: 'overview',
|
||||
component: DashboardComponent,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user