diff --git a/docs/app/@theme/components/docs-footer/footer.component.html b/docs/app/@theme/components/docs-footer/footer.component.html
index 958bc641..8e3bcbd0 100644
--- a/docs/app/@theme/components/docs-footer/footer.component.html
+++ b/docs/app/@theme/components/docs-footer/footer.component.html
@@ -1,13 +1,13 @@
@@ -36,7 +36,7 @@
- © 2015-2018 Akveo LLC
+ © 2015-2018 Akveo LLC
Documentation licensed under CC BY 4.0.
diff --git a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html
index d29f2691..8ecdb355 100644
--- a/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html
+++ b/docs/app/pages/home/backend-bundles-section/backend-bundles-section.component.html
@@ -28,7 +28,7 @@
{{ product.description | slice:0:200 }}...
read more
@@ -39,7 +39,7 @@
${{ (product.variants | license:selectedLicenseType).price }}
-
Nebular is a great toolkit if you build Rich UI web applications based on Angular. Complete with a set of native Angular components, themeable components, authentication and security layers that are easily configurable to your API. Nebular offers a world of possibilities
-
-
+
-
+
-
+
-
+
View demo
diff --git a/docs/articles/concept-theme-system.md b/docs/articles/concept-theme-system.md
index b2d8cf7a..a67c353c 100644
--- a/docs/articles/concept-theme-system.md
+++ b/docs/articles/concept-theme-system.md
@@ -1,6 +1,6 @@
# Theme System
-
Nebular Theme System is a set of rules we put into how SCSS files and variables are organized to achieve the following goals:
+
Nebular Theme System is a set of rules we put into how SCSS files and variables are organized to achieve the following goals:
- ability to flexibly change looks & feel of the application by managing variables, without changing SCSS itself;
- ability to switch between visual themes in a runtime without reloading the page;
@@ -101,7 +101,7 @@ Themes can also be inherited from each other, `cosmic`, for instance, is inherit
## Magic of multiple themes with hot-reload
-As you can see from the [ngx-admin demo](http://akveo.com/ngx-admin?utm_source=nebular_documentation&utm_medium=doc_page), you can switch themes in the runtime without reloading the page.
+As you can see from the [ngx-admin demo](https://hubs.ly/H0n54N00), you can switch themes in the runtime without reloading the page.
It is useful when you have multiple visual themes per user role or want to provide your user with such a configuration so that he can decide which theme works best for him.
The only requirement for the feature to work is to wrap all of your component styles into special mixin `nb-install-component` and use `nb-theme` to get the right value:
diff --git a/docs/articles/index.md b/docs/articles/index.md
index ee0ec5b2..85100a34 100644
--- a/docs/articles/index.md
+++ b/docs/articles/index.md
@@ -1,6 +1,6 @@
# What is ngx-admin?
-ngx-admin is a front-end admin dashboard template based on Angular 8+, Bootstrap 4+ and
Nebular. That means all the data you can see on graphs, charts and tables is mocked in Javascript so you can use the backend of your choice with no limitations.
+ngx-admin is a front-end admin dashboard template based on Angular 8+, Bootstrap 4+ and
Nebular. That means all the data you can see on graphs, charts and tables is mocked in Javascript so you can use the backend of your choice with no limitations.
## How can it help me?
diff --git a/src/app/@theme/components/footer/footer.component.ts b/src/app/@theme/components/footer/footer.component.ts
index e9ae720e..3a35ea14 100644
--- a/src/app/@theme/components/footer/footer.component.ts
+++ b/src/app/@theme/components/footer/footer.component.ts
@@ -5,11 +5,11 @@ import { Component } from '@angular/core';
styleUrls: ['./footer.component.scss'],
template: `
- Created with ♥ by Akveo 2019.
Made with
-
+
Nebular.
diff --git a/src/app/pages/dashboard/dashboard.component.html b/src/app/pages/dashboard/dashboard.component.html
index 9e1c8049..33292a07 100644
--- a/src/app/pages/dashboard/dashboard.component.html
+++ b/src/app/pages/dashboard/dashboard.component.html
@@ -2,14 +2,14 @@
diff --git a/src/app/pages/dashboard/kitten/kitten.component.html b/src/app/pages/dashboard/kitten/kitten.component.html
index 57a489fa..afe32086 100644
--- a/src/app/pages/dashboard/kitten/kitten.component.html
+++ b/src/app/pages/dashboard/kitten/kitten.component.html
@@ -9,7 +9,7 @@