diff --git a/web/splash/splash.css b/web/splash/splash.css
--- a/web/splash/splash.css
+++ b/web/splash/splash.css
@@ -59,45 +59,3 @@
   font-weight: 300;
   padding-top: 5px;
 }
-div.bottomContainer {
-  z-index: 2;
-  position: relative;
-  overflow: auto;
-  height: 100%;
-}
-div.bottom {
-  margin-top: 728px;
-  min-height: 100%;
-  display: flex;
-  flex-direction: column;
-}
-div.headerRest {
-  background-color: rgba(255, 255, 255, 0.84);
-  flex-grow: 1;
-}
-div.headerOverscroll {
-  position: fixed;
-  top: 100%;
-  left: 0;
-  right: 0;
-  height: 1000px;
-  background-color: white;
-}
-div.prompt {
-  margin: 0 auto;
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-}
-p.promptHeader {
-  color: #282828;
-  font-size: 21px;
-  padding-top: 25px;
-  text-align: center;
-}
-p.promptDescription {
-  color: #282828;
-  font-size: 18px;
-  padding-top: 9px;
-  text-align: center;
-}
diff --git a/web/splash/splash.react.js b/web/splash/splash.react.js
--- a/web/splash/splash.react.js
+++ b/web/splash/splash.react.js
@@ -43,22 +43,6 @@
               </div>
             </div>
           </div>
-          <div className={css.bottomContainer}>
-            <div className={css.bottom}>
-              <div className={css.headerRest}>
-                <div className={css.prompt}>
-                  <p className={css.promptHeader}>
-                    We&apos;re currently alpha testing the first version of our
-                    app.
-                  </p>
-                  <p className={css.promptDescription}>
-                    If you&apos;d like to try it out, please let us know!
-                  </p>
-                </div>
-              </div>
-              <div className={css.headerOverscroll} />
-            </div>
-          </div>
         </div>
         {this.props.modal}
       </React.Fragment>