add logo to topbar

This commit is contained in:
Pierre Bondoerffer
2017-08-02 12:37:56 +02:00
parent 8a56029bfe
commit e2f8c9c5da
3 changed files with 18 additions and 0 deletions

View File

@@ -251,6 +251,9 @@ define([
]),
h('div.collapse.navbar-collapse#menuCollapse', [
h('ul.navbar-nav', [
h('a.cp-logo', { href: '/' }, [
h('img', { src: '/customize/cryptpad-new-logo-colors-logoonly.png?' + urlArgs })
]),
h('li.nav-item', [
h('a.nav-link', { href: '/what-is-cryptpad.html'}, Msg.topbar_whatIsCryptpad),
]),