fix: title for support

This commit is contained in:
Shivam Mishra 2020-06-17 18:36:51 +05:30
parent 7057a807ca
commit 2b18bdfe72

View File

@ -4,7 +4,7 @@
<section class="section section-padding-top section-padding-bottom"> <section class="section section-padding-top section-padding-bottom">
<div class='container'> <div class='container'>
<div class="hero-content"> <div class="hero-content">
<h1 class="h1">{{ _(greeting_title) or _("We're here to help") }}</h1> <h1>{{ _(greeting_title) or _("We're here to help") }}</h1>
<p class="hero-subtitle">{{ greeting_subtitle or _("Browse help topics.") }}</p> <p class="hero-subtitle">{{ greeting_subtitle or _("Browse help topics.") }}</p>
</div> </div>
</div> </div>