Remove icon from brand in desktop navbar
This commit is contained in:
parent
b93d0402f8
commit
0886daa62d
|
@ -1,7 +1,6 @@
|
||||||
%nav.navbar.navbar-themed.navbar-expand-lg.bg-primary.fixed-top.d-lg-block.d-none{ role: :navigation }
|
%nav.navbar.navbar-themed.navbar-expand-lg.bg-primary.fixed-top.d-lg-block.d-none{ role: :navigation }
|
||||||
.container{ class: ios_web_app? ? 'ios-web-app' : '' }
|
.container{ class: ios_web_app? ? 'ios-web-app' : '' }
|
||||||
%a.navbar-brand{ href: '/' }
|
%a.navbar-brand{ href: '/' }
|
||||||
%i.fa.fa-comments
|
|
||||||
= APP_CONFIG['site_name']
|
= APP_CONFIG['site_name']
|
||||||
%ul.nav.navbar-nav.mr-auto
|
%ul.nav.navbar-nav.mr-auto
|
||||||
= nav_entry t('views.navigation.timeline'), root_path, icon: 'home'
|
= nav_entry t('views.navigation.timeline'), root_path, icon: 'home'
|
||||||
|
|
Loading…
Reference in New Issue