Browse Source
Task/conditionally show Sponsors section on about page (#5882)
* Conditionally show sponsors section
pull/5885/head
Thomas Kaul
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
21 additions and
19 deletions
-
apps/client/src/app/pages/about/overview/about-overview-page.html
|
|
@ -202,6 +202,7 @@ |
|
|
} |
|
|
} |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
@if (user?.subscription?.type !== 'Premium') { |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="col-12"> |
|
|
<div class="col-12"> |
|
|
<h2 class="h4 mb-3">Sponsors</h2> |
|
|
<h2 class="h4 mb-3">Sponsors</h2> |
|
|
@ -223,4 +224,5 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
} |
|
|
</div> |
|
|
</div> |
|
|
|