mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
feat(banner): update banner link (#1934)
This commit is contained in:
parent
b8726fc314
commit
67c9587b87
1 changed files with 7 additions and 1 deletions
|
|
@ -15,7 +15,13 @@ const HIDE_BANNER_KEY = 'HIDE_RELEASE_2_BANNER';
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<p class="cta">
|
<p class="cta">
|
||||||
Don't forget to <a class="cta-link" href="https://github.com/akveo/nebular">check out</a> and star our repo :)
|
Don't forget to
|
||||||
|
<a class="cta-link"
|
||||||
|
href="https://akveo.github.io/nebular?utm_source=ngx-admin-demo&utm_medium=banner"
|
||||||
|
target="_blank">
|
||||||
|
check out
|
||||||
|
</a>
|
||||||
|
and star our repo :)
|
||||||
</p>
|
</p>
|
||||||
`,
|
`,
|
||||||
styleUrls: ['./banner.component.scss'],
|
styleUrls: ['./banner.component.scss'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue