This commit is contained in:
Olu Amey
2020-11-13 14:10:45 -05:00
parent c6b90e2d1d
commit 8324cace7f
15 changed files with 181 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
button {
align-self: center;
padding: 15px 54px;
background: #6063ea;
background: #0b7493;
border-radius: 26.9817px;
font-weight: 600;
font-size: 14.3902px;
+2 -2
View File
@@ -13,11 +13,11 @@ export class HomePage {
startMerms() {
this.router.navigateByUrl('/why-float')
this.router.navigateByUrl('/merms-signup')
}
goToLogin() {
this.router.navigateByUrl('/float-login')
this.router.navigateByUrl('/merms-login')
}