use proper key name

pull/1/head
Pierre Bondoerffer 2017-08-02 11:48:30 +02:00
parent db111257f0
commit 262a729ef7
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ define([
h('a.nav-link', { href: '/what-is-cryptpad.html'}, Msg.topbar_whatIsCryptpad),
]),
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('a.nav-link', { href: '/contact.html'}, Msg.contact),