From 09638e58979cb983fb1c6041bf114b18fa53b124 Mon Sep 17 00:00:00 2001 From: chr Date: Sun, 16 Feb 2020 15:30:40 -0800 Subject: just the logo --- app/views/about/show.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 565c4ed59..68a5fee55 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -8,8 +8,7 @@ .landing .landing__brand = link_to root_url, class: 'brand' do - = svg_logo_full - %span.brand__tagline=t 'about.tagline' + = image_pack_tag 'logo-cybre.png', width: 100, alt: 'Cybrespace' .landing__grid .landing__grid__column.landing__grid__column-registration -- cgit