Skip to content

Commit b7c5996

Browse files
committed
added 'ion-grid' tags
1 parent 6b4b9ad commit b7c5996

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/register/register.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 id="title">INTRANSITION</h1>
1616
<div class="card-title">INTRANSITION</div>
1717
</div>
1818
-->
19-
19+
<ion-grid>
2020
<form class="form" [formGroup]='validate' (ngSubmit)='submitReg()'>
2121
<ion-item class="input" no-lines>
2222
<ion-input
@@ -105,5 +105,6 @@ <h1 id="title">INTRANSITION</h1>
105105
<p id="sign-in">If you already have an account, sign in.</p>
106106
<button id="login-button"color="primary" ion-button (click)="goLogin()">LOGIN</button>
107107
</div>
108+
</ion-grid>
108109

109110
</ion-content>

0 commit comments

Comments
 (0)