Remove icon from brand in desktop navbar

This commit is contained in:
Karina Kwiatek 2021-08-06 17:00:16 +02:00
parent b93d0402f8
commit 0886daa62d
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
%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' : '' }
%a.navbar-brand{ href: '/' }
%i.fa.fa-comments
= APP_CONFIG['site_name']
%ul.nav.navbar-nav.mr-auto
= nav_entry t('views.navigation.timeline'), root_path, icon: 'home'