aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/welcome-modal.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.html')
-rw-r--r--client/src/app/modal/welcome-modal.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html
index 19bf3a1ea..f5d2b8799 100644
--- a/client/src/app/modal/welcome-modal.component.html
+++ b/client/src/app/modal/welcome-modal.component.html
@@ -71,12 +71,12 @@
71 71
72 <div class="modal-footer inputs"> 72 <div class="modal-footer inputs">
73 <input 73 <input
74 type="button" role="button" i18n-value value="Remind me later" class="action-button action-button-understood" 74 type="button" role="button" i18n-value value="Remind me later" class="peertube-button grey-button"
75 (click)="hide()" (key.enter)="hide()" 75 (click)="hide()" (key.enter)="hide()"
76 > 76 >
77 77
78 <a i18n (click)="doNotOpenAgain(); hide()" (key.enter)="doNotOpenAgain(); hide()" 78 <a i18n (click)="doNotOpenAgain(); hide()" (key.enter)="doNotOpenAgain(); hide()"
79 class="configure-instance-button" href="/admin/config/edit-custom" target="_blank" 79 class="peertube-button-link orange-button" href="/admin/config/edit-custom" target="_blank"
80 rel="noopener noreferrer" ngbAutofocus> 80 rel="noopener noreferrer" ngbAutofocus>
81 Configure my instance 81 Configure my instance
82 </a> 82 </a>