Upgrade to bootstrap v4-beta.

This commit is contained in:
Alexis Lahouze
2017-08-13 15:13:26 +02:00
parent 92a4ca97eb
commit 332495411e
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import { Component } from '@angular/core';
selector: 'accountant',
template: `
<!-- Navbar -->
<nav class="navbar fixed-top navbar-inverse bg-inverse">
<nav class="navbar fixed-top navbar-dark bg-dark">
<a class="navbar-brand" routerLink="/accounts">&nbsp;Accountant</a>
</nav>