diff --git a/docs/app/@theme/components/hero/hero.component.scss b/docs/app/@theme/components/hero/hero.component.scss index bbd84156c6..16daf530a3 100644 --- a/docs/app/@theme/components/hero/hero.component.scss +++ b/docs/app/@theme/components/hero/hero.component.scss @@ -41,6 +41,19 @@ padding-right: 2em; } + .badges { + display: flex; + margin-bottom: 1.5rem; + flex-direction: row; + align-items: center; + + .stars { + width: 95px; + height: 20px; + margin-right: 1rem; + } + } + .btn { display: inline-block; font-size: 1.125em; diff --git a/docs/app/@theme/components/hero/hero.component.ts b/docs/app/@theme/components/hero/hero.component.ts index 6f57bee3e1..d8baf1a7f9 100644 --- a/docs/app/@theme/components/hero/hero.component.ts +++ b/docs/app/@theme/components/hero/hero.component.ts @@ -7,6 +7,16 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';

Nebular

Components, Auth & Security for your next Angular App

+
+ + + + +
Get Started Demo