onStartScan

This commit is contained in:
CHIEFSOFT\ameye
2024-11-09 14:37:08 -05:00
parent a7a38e0752
commit 211e6bdfba
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
Get Started
</ion-button>
<div class="action_txt">Scan family code to continue</div>
<div class="action_txt" (click)="onStartScan()">Scan family code to continue</div>
<div class="action_txt" (click)="onLogin()">Already using WrenchBoard ? Sign in</div>
</div>
+4 -4
View File
@@ -31,16 +31,16 @@
border-radius: 20px;
.action_h1{
font-weight: 14px;
color: #0b5e86;
color: #be2e7e;
padding: 0 0 10px 0;
width: 100%;
text-align: center;
}
.action_txt{
font-size: 16px;
font-weight: bolder;
color: #0e4977;
margin: 10px auto 15px auto;
font-weight: bold;
color: #be2e7e;
margin: 10px auto 25px auto;
width: 100%;
text-align: center;
}
+4
View File
@@ -24,6 +24,10 @@ export class SliderPage implements OnInit {
onLogin() {
this.router.navigate(['login']);
}
onStartScan() {
this.router.navigate(['startscan']);
}
signupCountry:any;