diff options
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.html')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index 9b210eb4d..8bfcc4bf6 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html | |||
@@ -76,10 +76,14 @@ | |||
76 | </div> | 76 | </div> |
77 | 77 | ||
78 | <div class="modal-footer inputs"> | 78 | <div class="modal-footer inputs"> |
79 | <span i18n class="action-button action-button-understood" (click)="hide()">Remind me later</span> | 79 | <input |
80 | 80 | type="button" role="button" i18n-value value="Remind me later" class="action-button action-button-understood" | |
81 | <a i18n (click)="doNotOpenAgain(); hide()" class="configure-instance-button" href="/admin/config/edit-custom" target="_blank" | 81 | (click)="hide()" (key.enter)="hide()" |
82 | rel="noopener noreferrer"> | 82 | > |
83 | |||
84 | <a i18n (click)="doNotOpenAgain(); hide()" (key.enter)="doNotOpenAgain(); hide()" | ||
85 | class="configure-instance-button" href="/admin/config/edit-custom" target="_blank" | ||
86 | rel="noopener noreferrer" ngbAutofocus> | ||
83 | Configure my instance | 87 | Configure my instance |
84 | </a> | 88 | </a> |
85 | </div> | 89 | </div> |