Skip to content

Commit 06bc425

Browse files
author
mkobar
committed
added future code
1 parent 8eb42d4 commit 06bc425

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/pages/landing/landing.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

55
<ion-content padding class="landing">
66
<img src="assets/img/logo.jpg" class="auth-img">
7+
<!--
8+
<button ion-button block (click)="goToSignup()">
9+
-->
710
<button ion-button block (click)="goToBillList()">
811
Start Creating your Bills
912
</button>
1013
<button ion-button block clear (click)="goToLogin()">
1114
Already have an account? Log in
1215
</button>
13-
</ion-content>
16+
</ion-content>

0 commit comments

Comments
 (0)