From 6a1ea8f960d032eb2f7e61db2ca59eb4cac53899 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 21 Jul 2020 11:25:54 -0500 Subject: [PATCH] Updated home page tags to headings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - home page tags to headings --- app/views/about/_registration.html.haml | 2 +- app/views/about/show.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/about/_registration.html.haml b/app/views/about/_registration.html.haml index 8f63f91a..8d7dfd6d 100644 --- a/app/views/about/_registration.html.haml +++ b/app/views/about/_registration.html.haml @@ -1,6 +1,6 @@ = simple_form_for(new_user, url: user_registration_path) do |f| .simple_form__overlay-area - %p.lead= t('about.federation_hint_html', instance: content_tag(:strong, site_hostname)) + %h2.lead= t('about.federation_hint_html', instance: content_tag(:strong, site_hostname)) .fields-group = f.simple_fields_for :account do |account_fields| diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index ab07b51e..d07f65aa 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -11,7 +11,7 @@ .landing__brand = link_to root_url, class: 'brand' do %img(src='/legacy/gab_logo.svg' alt='Gab Social') - %span.brand__tagline=t 'about.tagline' + %h1.brand__tagline=t 'about.tagline' .landing-columns--right .box-widget