From 5f2dbce5e03e76e5f933cee9883e941a73e6b7f5 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Tue, 17 Sep 2019 21:26:46 +0100 Subject: [PATCH] Change landing page logo to name of instance --- app/views/about/show.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index c9514c162..8988493ce 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -7,9 +7,9 @@ .landing .landing__brand - = link_to root_url, class: 'brand' do - = svg_logo_full - %span.brand__tagline=t 'about.tagline' + %h1 + = link_to root_url, class: 'brand' do + = site_title .landing__grid .landing__grid__column.landing__grid__column-registration