From 2d9accd2a2f05a049a6655593a6d3454e7526e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 26 Oct 2020 14:44:46 +0000 Subject: [PATCH] Replace Privacy with Features in top navigation --- customize.dist/pages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 596c47d1b..f45c73ff4 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -155,8 +155,8 @@ define([ button, h('div.collapse.navbar-collapse.justify-content-end#menuCollapse', [ h('a.nav-item.nav-link', { href: 'https://blog.cryptpad.fr/'}, Msg.blog), - h('a.nav-item.nav-link', { href: '/features.html'}, Msg.pricing), - h('a.nav-item.nav-link', { href: '/privacy.html'}, Msg.privacy), + h('a.nav-item.nav-link', { href: '/features.html'}, Msg.features), + h('a.nav-item.nav-link', { href: '/what-is-cryptpad.html'}, Msg.about), ].concat(rightLinks)) ); };