Updated home page tags to headings
• Updated: - home page tags to headings
This commit is contained in:
parent
2682845ef9
commit
6a1ea8f960
|
@ -1,6 +1,6 @@
|
||||||
= simple_form_for(new_user, url: user_registration_path) do |f|
|
= simple_form_for(new_user, url: user_registration_path) do |f|
|
||||||
.simple_form__overlay-area
|
.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
|
.fields-group
|
||||||
= f.simple_fields_for :account do |account_fields|
|
= f.simple_fields_for :account do |account_fields|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
.landing__brand
|
.landing__brand
|
||||||
= link_to root_url, class: 'brand' do
|
= link_to root_url, class: 'brand' do
|
||||||
%img(src='/legacy/gab_logo.svg' alt='Gab Social')
|
%img(src='/legacy/gab_logo.svg' alt='Gab Social')
|
||||||
%span.brand__tagline=t 'about.tagline'
|
%h1.brand__tagline=t 'about.tagline'
|
||||||
|
|
||||||
.landing-columns--right
|
.landing-columns--right
|
||||||
.box-widget
|
.box-widget
|
||||||
|
|
Loading…
Reference in New Issue