renamed theme to Mantis

This commit is contained in:
lotte
2019-04-04 11:38:36 +02:00
parent 4b7f0bd017
commit c9494c32ec
29 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ import { HostWindowService } from '../shared/host-window.service';
selector: 'ds-navbar',
styleUrls: ['navbar.component.scss'],
// templateUrl: './navbar.component.html',
templateUrl: './themes/navbar.component.preview-release.html',
templateUrl: './themes/navbar.component.mantis.html',
animations: [slideMobileNav]
})
export class NavbarComponent extends MenuComponent implements OnInit {