diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index e2f183827..e0ec98ec9 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -8,7 +8,8 @@ .landing .landing__brand = link_to root_url, class: 'brand' do - = image_tag @instance_presenter.hero&.file&.url || @instance_presenter.thumbnail&.file&.url || asset_pack_path('media/images/preview.jpg'), alt: @instance_presenter.site_title + = svg_logo_full + %span.brand__tagline=t 'about.tagline' .landing__grid .landing__grid__column.landing__grid__column-registration @@ -57,6 +58,7 @@ = link_to about_more_path do = t('about.learn_more') = fa_icon 'angle-double-right' + .hero-widget__footer .hero-widget__footer__column %h4= t 'about.administered_by'