We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb42d4 commit 06bc425Copy full SHA for 06bc425
1 file changed
src/pages/landing/landing.html
@@ -4,10 +4,13 @@
4
5
<ion-content padding class="landing">
6
<img src="assets/img/logo.jpg" class="auth-img">
7
+ <!--
8
+ <button ion-button block (click)="goToSignup()">
9
+ -->
10
<button ion-button block (click)="goToBillList()">
11
Start Creating your Bills
12
</button>
13
<button ion-button block clear (click)="goToLogin()">
14
Already have an account? Log in
15
-</ion-content>
16
+</ion-content>
0 commit comments