Pārlūkot izejas kodu

Commented out the options to sign up or sign in with clover/square until needed.

Lee Morgan 5 gadi atpakaļ
vecāks
revīzija
7a13070206
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      views/landingPage/landing.ejs

+ 4 - 4
views/landingPage/landing.ejs

@@ -79,11 +79,11 @@
 
                 <input id="regButton" class="buttonDisabled" type="submit" value="Sign Up with Email">
 
-                <h1>OR</h1>
+                <!-- <h1>OR</h1>
 
                 <a class="button buttonWithBorder" href="/cloverlogin">Sign Up with Clover</a>
 
-                <a class="button buttonWithBorder" href="/squarelogin">Sign Up with Square</a>
+                <a class="button buttonWithBorder" href="/squarelogin">Sign Up with Square</a> -->
 
                 <h3 class="link" style="margin-top: 30px;" onclick="loginObj.display()"> Already have an account? Please Sign In </h3>
             </form>
@@ -103,11 +103,11 @@
         
                 <input id="signIn" type="submit" value="Sign In with Email">
 
-                <h1>OR</h1>
+                <!-- <h1>OR</h1>
 
                 <a class="button buttonWithBorder" href="/cloverlogin">Sign In with Clover</a>
 
-                <a class="button buttonWithBorder" href="/squarelogin">Sign In with Square</a>
+                <a class="button buttonWithBorder" href="/squarelogin">Sign In with Square</a> -->
 
                 <h3 class="link" style="margin-top: 30px;" onclick="registerObj.display()"> New Here? Please Sign Up </h3>
             </form>