From e4e81cd45ec90a9a744d846181ca0c29e7e4036b Mon Sep 17 00:00:00 2001 From: chr Date: Sun, 16 Feb 2020 15:30:40 -0800 Subject: [PATCH] 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 e0ec98ec9..45b8c1f4e 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