diff options
author | chr <chr@cybre.space> | 2020-02-16 15:30:40 -0800 |
---|---|---|
committer | chr <chr@cybre.space> | 2021-03-01 21:13:40 -0800 |
commit | 09638e58979cb983fb1c6041bf114b18fa53b124 (patch) | |
tree | bb310044f5101682a8d0c435f7aa2f1a4e53352e | |
parent | 7e1a15db9c8f341c3ccfa7a5b50742e663c36ad9 (diff) |
just the logo
-rw-r--r-- | app/views/about/show.html.haml | 3 |
1 files changed, 1 insertions, 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 |