From f71f09e04f32d623b49c7fa23e92e24b2f8ca25b Mon Sep 17 00:00:00 2001 From: SFilinsky Date: Tue, 8 Dec 2020 18:24:40 +0300 Subject: [PATCH] feat: added update subscription button (#5811) --- .../main-info-section.component.html | 12 ++++++++++++ .../main-info-section.component.scss | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/docs/app/pages/home/main-info-section/main-info-section.component.html b/docs/app/pages/home/main-info-section/main-info-section.component.html index 1699315d..42dcfd95 100644 --- a/docs/app/pages/home/main-info-section/main-info-section.component.html +++ b/docs/app/pages/home/main-info-section/main-info-section.component.html @@ -46,5 +46,17 @@ > ngx-admin Premium + +
+ + To have all the resources for quick updates & support, donate just $10 a month. Support developers. It’s a win-win, check what you’ll get: + + + Check Details + +
diff --git a/docs/app/pages/home/main-info-section/main-info-section.component.scss b/docs/app/pages/home/main-info-section/main-info-section.component.scss index 8c0798cb..809656e0 100644 --- a/docs/app/pages/home/main-info-section/main-info-section.component.scss +++ b/docs/app/pages/home/main-info-section/main-info-section.component.scss @@ -167,6 +167,10 @@ width: 100%; } + .subscribe-to-updates { + margin-top: 2rem; + } + @include media-breakpoint-down(xxl) { .main-img-container { min-width: 50.625rem;