From eb76332d189de3a5c16c75f8c85c76ab6c0bc501 Mon Sep 17 00:00:00 2001 From: aguestuser <aguestuser@riseup.net> Date: Fri, 20 Aug 2021 12:28:26 -0400 Subject: [PATCH] [splash] remove link to wayback machine archive (pending signoff) --- splash/src/pages/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/splash/src/pages/index.js b/splash/src/pages/index.js index e1e0699f..88daa24e 100644 --- a/splash/src/pages/index.js +++ b/splash/src/pages/index.js @@ -42,12 +42,12 @@ const IndexPage = () => ( <p>The Signalboost Team</p> </blockquote> - <p style={{ textAlign: 'center' }}> - You can view an archived version of this site on the{' '} - <a href="https://web.archive.org/web/20210416110700/https://signalboost.info/"> - Wayback Machine - </a> - </p> + {/*<p style={{ textAlign: 'center' }}>*/} + {/* You can view an archived version of this site on the{' '}*/} + {/* <a href="https://web.archive.org/web/20210416110700/https://signalboost.info/">*/} + {/* Wayback Machine*/} + {/* </a>*/} + {/*</p>*/} </Layout> ) -- GitLab