diff --git a/web/e.cash/.env.local b/web/e.cash/.env.local index 209d07199..3fa840d1c 100644 --- a/web/e.cash/.env.local +++ b/web/e.cash/.env.local @@ -1,2 +1,2 @@ NEXT_PUBLIC_GOOGLE_ANALYTICS_ID= 'G-RBC423GJ75' -NEXT_PUBLIC_WEGLOT_API_KEY= 'wg_21822c98fca5e0ff0e1b467cca1f2df99' +NEXT_PUBLIC_WEGLOT_API_KEY= 'wg_2c5064a859ec7d4630517f4dc414243c4' diff --git a/web/e.cash/components/layout/index.js b/web/e.cash/components/layout/index.js index 38e0fe161..ee4a7f674 100644 --- a/web/e.cash/components/layout/index.js +++ b/web/e.cash/components/layout/index.js @@ -1,50 +1,44 @@ // Copyright (c) 2023 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. import Head from 'next/head'; import Nav from '/components/navbar'; import Footer from '/components/footer'; const Layout = ({ metaTitle = 'eCash | Wealth Redefined', metaDescription = 'Introducing eCash: the new battle-tested cryptocurrency forged from centuries of economic theory and over a decade of real-world crypto experience. eCash is the implementation of the tech-secured sound money envisioned by luminaries in monetary philosophy like Milton Friedman. eCash follows through on key promises such as the innovative Avalanche consensus layer while also introducing concepts never before seen in a Bitcoin project such as staking, fork-free network upgrades, and subchains. Look for the ticker symbol XEC on exchanges, wallets, or price charts, and take your first step towards true financial freedom.', children, }) => { return ( <> {metaTitle} - - - - - -