fix: quickfix for client logo height

This commit is contained in:
Jean-Baptiste Pasquier 2020-01-16 20:56:54 +01:00
parent cfac96b12a
commit 29ce7cdfd0
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#logo
sib-link(next='members')
img(src=`${clientLogo || '/images/logo.png'}` style='height:32px')
img(src=`${clientLogo || '/images/logo.png'}` style=`height:${clientLogoHeight || '32px'}`)
//- #search-bar
//- input#search-input(type='search')