Fixed recommendations title being hidden in some cases

This commit is contained in:
Sodbileg Gansukh
2023-10-25 12:58:01 +08:00
parent 569c4226a0
commit 379a7f9e2c
4 changed files with 14 additions and 3 deletions

View File

@@ -104,7 +104,7 @@
</section>
{{#if @site.recommendations_enabled}}
<section class="gh-recommendations">
<h4 class="gh-container-title">Recommendations</h4>
<h4 class="gh-sidebar-title">Recommendations</h4>
{{recommendations}}
<button data-portal="recommendations">See all {{> "icons/arrow"}}</button>
</section>