From 1650e3a8d8b0709e28f71c33397b4e67f66bec3a Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 4 Jan 2023 13:52:05 -0800 Subject: [PATCH] Download links replace Source in header --- docusaurus.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5a833a1e..09548bc4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -92,8 +92,8 @@ const config = { position: 'right', }, { - href: 'https://git.openprivacy.ca/cwtch.im', - label: 'Source Code', + href: 'https://cwtch.im/download', + label: 'Download', position: 'right', }, { @@ -141,6 +141,10 @@ const config = { label: 'Source Code', href: 'https://git.openprivacy.ca/cwtch.im', }, + { + label: 'Download', + href: 'https://cwtch.im/download', + }, ], }, ],