Skip to content
Snippets Groups Projects
Commit f512d375 authored by Joanna Kaźmierczak's avatar Joanna Kaźmierczak
Browse files

fix registration modal

parent 9ab9f76a
No related branches found
No related tags found
1 merge request!26Resolve "Design new layout for buttons and apply wherever required to be consistent"
......@@ -77,7 +77,7 @@
</div>
</div>
<div class="nmaas-modal-footer">
<button class="btn btn-danger center-block" [routerLink]="['/welcome/login']">{{ 'REGISTRATION.DONE_MESSAGE' | translate }}</button>
<button class="btn btn-primary center-block" (click)="modal.hide()" [routerLink]="['/welcome/login']">{{ 'REGISTRATION.DONE_MESSAGE' | translate }}</button>
</div>
</nmaas-modal>
<modal-info-terms></modal-info-terms>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment