Skip to content

Commit

Permalink
Merge pull request #411 from chaitrali-r/demo-donor
Browse files Browse the repository at this point in the history
Button UI Changes
  • Loading branch information
Pratikshakhandagale authored Sep 12, 2023
2 parents 74fe232 + 1e57e59 commit 3a0d611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion donor-registry/src/app/forms/forms.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ export class FormsComponent implements OnInit {
let count = 0;
while (checkESignStatus) {
try {
this.http.get<any>(res)
this.http.get<any>(res.signUrl)
.subscribe((response) => {
checkESignStatus = false;
console.log(response)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div *ngIf="signupForm" class="p12 w-300">
{{ 'LINK_TO_ABHA' | translate }}
<a href="http://healthidsbx.abdm.gov.in/" target="_blank">{{
<a href="https://healthidsbx.abdm.gov.in/" target="_blank">{{
'LINK' | translate
}}</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion donor-registry/src/app/layouts/layouts.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h3 class="mb-1 text-wb">
<div class="p24 mb-2 mt-2 fw-bold"> {{'DO_YOU_UNPLEDGE' | translate}} </div>

<div class="container-fluid mt-3">
<button data-dismiss="modal" class="btn btn-secondary-notto btn-style mb-2">{{'CANCEL' | translate}}</button>
<button data-dismiss="modal" class="btn btn-primary btn-style mb-2">{{'CANCEL' | translate}}</button>
<a class="mt-3">
<button id="" type="submit"
class="btn btn-primary-notto btn-stle float-end submit-button mb-2"
Expand Down

0 comments on commit 3a0d611

Please sign in to comment.