From 4e175f9346ac20b82928c6f0202bc78e6607643a Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Wed, 16 Mar 2022 16:50:28 +0100 Subject: [PATCH] [site/config][xs]: remove & from site title as may break twitter cards. --- site/config/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/config/siteConfig.js b/site/config/siteConfig.js index 9c9731d..cc85714 100644 --- a/site/config/siteConfig.js +++ b/site/config/siteConfig.js @@ -1,5 +1,5 @@ const siteConfig = { - title: 'Making Sense of Crypto & Web3', + title: 'Making Sense of Crypto and Web3', tagline: '', description: 'Introductions to key concepts and ideas in crypto and web3. Plus in-depth evaluation of its potential impact.', author: 'Life Itself and collaborators',