diff --git a/splash/src/pages/index.js b/splash/src/pages/index.js
index e1e0699f15a4f8a77ec839ac8bad338a581482ab..88daa24e480df93ef7532f479b767d7959fc6371 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>
 )