feat(sidebar banner): update nebular version in banner, add label new in sidebar

This commit is contained in:
denStrigo 2018-11-20 16:15:55 +03:00 committed by Sergey Andrievskiy
parent d66fb1703e
commit 4ce5beafa6

View file

@ -9,7 +9,7 @@ const HIDE_BANNER_KEY = 'HIDE_RELEASE_2_BANNER';
template: ` template: `
<div class="heading-with-icon"> <div class="heading-with-icon">
<img class="icon" [src]="getBellPath()" alt="bell"> <img class="icon" [src]="getBellPath()" alt="bell">
<h1 class="banner-heading">Nebular 2.0 stable <br> with 30+ components is out!</h1> <h1 class="banner-heading">Nebular 3.0 stable <br> with 30+ components is out!</h1>
<button class="close-button" aria-label="close" (click)="closeBanner()"> <button class="close-button" aria-label="close" (click)="closeBanner()">
<span class="nb-close"></span> <span class="nb-close"></span>
</button> </button>