use proper key name

This commit is contained in:
Pierre Bondoerffer
2017-08-02 11:48:30 +02:00
parent db111257f0
commit 262a729ef7

View File

@@ -255,7 +255,7 @@ define([
h('a.nav-link', { href: '/what-is-cryptpad.html'}, Msg.topbar_whatIsCryptpad), h('a.nav-link', { href: '/what-is-cryptpad.html'}, Msg.topbar_whatIsCryptpad),
]), ]),
h('li.nav-item', [ h('li.nav-item', [
h('a.nav-link', { href: 'https://blog.cryptpad.fr/'}, Msg.Blog), h('a.nav-link', { href: 'https://blog.cryptpad.fr/'}, Msg.blog),
]), ]),
h('li.nav-item', [ h('li.nav-item', [
h('a.nav-link', { href: '/contact.html'}, Msg.contact), h('a.nav-link', { href: '/contact.html'}, Msg.contact),