mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 10:20:14 +01:00
fix(demo): remove demo links from the repo
This commit is contained in:
parent
ad145a67d8
commit
0235b61d9c
7 changed files with 19 additions and 30 deletions
|
|
@ -6,10 +6,10 @@ import { Component } from '@angular/core';
|
|||
template: `
|
||||
<span class="created-by">Created with ♥ by <b><a href="https://akveo.com" target="_blank">Akveo</a></b> 2017</span>
|
||||
<div class="socials">
|
||||
<a href="https://github.com/akveo" target="_blank" class="ion ion-social-github"></a>
|
||||
<a href="https://www.facebook.com/akveo" target="_blank" class="ion ion-social-facebook"></a>
|
||||
<a href="https://twitter.com/akveo_inc" target="_blank" class="ion ion-social-twitter"></a>
|
||||
<a href="https://www.linkedin.com/company/akveo" target="_blank" class="ion ion-social-linkedin"></a>
|
||||
<a href="#" target="_blank" class="ion ion-social-github"></a>
|
||||
<a href="#" target="_blank" class="ion ion-social-facebook"></a>
|
||||
<a href="#" target="_blank" class="ion ion-social-twitter"></a>
|
||||
<a href="#" target="_blank" class="ion ion-social-linkedin"></a>
|
||||
</div>
|
||||
`,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import { Component } from '@angular/core';
|
|||
|
||||
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive>
|
||||
<nb-sidebar-header>
|
||||
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
|
||||
<a href="#" class="btn btn-hero-success main-btn">
|
||||
<i class="ion ion-social-github"></i> <span>Support Us</span>
|
||||
</a>
|
||||
</nb-sidebar-header>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ import 'rxjs/add/operator/delay';
|
|||
responsive
|
||||
[right]="sidebar.id === 'right'">
|
||||
<nb-sidebar-header>
|
||||
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
|
||||
<a href="#" class="btn btn-hero-success main-btn">
|
||||
<i class="ion ion-social-github"></i> <span>Support Us</span>
|
||||
</a>
|
||||
</nb-sidebar-header>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import { Component } from '@angular/core';
|
|||
|
||||
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
|
||||
<nb-sidebar-header>
|
||||
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
|
||||
<a href="#" class="btn btn-hero-success main-btn">
|
||||
<i class="ion ion-social-github"></i> <span>Support Us</span>
|
||||
</a>
|
||||
</nb-sidebar-header>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import { Component } from '@angular/core';
|
|||
|
||||
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
|
||||
<nb-sidebar-header>
|
||||
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
|
||||
<a href="#" class="btn btn-hero-success main-btn">
|
||||
<i class="ion ion-social-github"></i> <span>Support Us</span>
|
||||
</a>
|
||||
</nb-sidebar-header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue