fix(layouts): provide link for support us action

This commit is contained in:
KostyaDanovsky 2017-09-18 19:48:11 +03:00
parent 7557cc4bf0
commit 263d1297b3
10 changed files with 13 additions and 18 deletions

View file

@ -12,9 +12,9 @@ import { Component } from '@angular/core';
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
<nb-sidebar-header>
<button class="btn btn-hero-success main-btn">
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span>
</button>
</a>
</nb-sidebar-header>
<ng-content select="nb-menu"></ng-content>
</nb-sidebar>