Browse Source

Task/conditionally show Sponsors section on about page (#5882)

* Conditionally show sponsors section
pull/5885/head
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
b05eb9ede4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/client/src/app/pages/about/overview/about-overview-page.html

2
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>

Loading…
Cancel
Save