cybre cleanup

This commit is contained in:
Charlotte Fields
2017-06-19 11:23:25 +10:00
committed by beatrix-bitrot
parent 39b6b37b74
commit b27842dc70
21 changed files with 72 additions and 107 deletions

View File

@@ -17,7 +17,7 @@
.wrapper
%h1
= image_tag asset_pack_path('logo-cybre.png')
= image_tag asset_pack_path('logo.png')
= Setting.site_title
%p!= t('about.about_mastodon')

View File

@@ -6,7 +6,7 @@
.sidebar-wrapper
.sidebar
= link_to root_path do
= image_tag asset_pack_path('logo-cybre.png'), class: 'logo'
= image_tag asset_pack_path('logo.png'), class: 'logo'
= render_navigation
.content-wrapper

View File

@@ -6,7 +6,7 @@
.logo-container
%h1
= link_to root_path do
= image_tag asset_pack_path('logo-cybre.png')
= image_tag asset_pack_path('logo.png')
.form-container
= render 'flashes'