Browse Source

feat(webapp): remove beta test references 🎉

Peter Thomassen 5 years ago
parent
commit
48d876457b
2 changed files with 2 additions and 3 deletions
  1. 1 2
      webapp/src/views/Home.vue
  2. 1 1
      webapp/src/views/SignUp.vue

+ 1 - 2
webapp/src/views/Home.vue

@@ -37,9 +37,8 @@
                     x-large
                     block
                   >
-                    Create Beta Account
+                    Create Account
                   </v-btn>
-                  <p class="mt-4 body-2 grey--text text--darken-1">While currently in beta test, we have reached stable operation and are approaching official launch.</p>
                 </v-col>
               </v-row>
             </v-form>

+ 1 - 1
webapp/src/views/SignUp.vue

@@ -130,7 +130,7 @@
                       :disabled="working"
                       :loading="working"
                       tabindex="5"
-              >Sign up for Beta Account</v-btn>
+              >Sign up for Account</v-btn>
             </v-card-actions>
           </v-card>
         </v-form>