fix: title for support
diff --git a/erpnext/www/support/index.html b/erpnext/www/support/index.html
index afc4370..36cd8c6 100644
--- a/erpnext/www/support/index.html
+++ b/erpnext/www/support/index.html
@@ -4,7 +4,7 @@
<section class="section section-padding-top section-padding-bottom">
<div class='container'>
<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>
</div>
</div>