aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/header/header.component.html4
-rw-r--r--client/src/app/header/header.component.scss4
2 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/header/header.component.html b/client/src/app/header/header.component.html
index 525a04e9c..f49f471c6 100644
--- a/client/src/app/header/header.component.html
+++ b/client/src/app/header/header.component.html
@@ -1,6 +1,6 @@
1<my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead> 1<my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead>
2 2
3<a class="upload-button" routerLink="/videos/upload"> 3<a class="publish-button" routerLink="/videos/upload">
4 <my-global-icon iconName="upload" aria-hidden="true"></my-global-icon> 4 <my-global-icon iconName="upload" aria-hidden="true"></my-global-icon>
5 <span i18n class="upload-button-label">Upload</span> 5 <span i18n class="publish-button-label">Publish</span>
6</a> 6</a>
diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss
index 1e4ce2c56..7364ab50b 100644
--- a/client/src/app/header/header.component.scss
+++ b/client/src/app/header/header.component.scss
@@ -5,7 +5,7 @@ my-search-typeahead {
5 margin-right: 15px; 5 margin-right: 15px;
6} 6}
7 7
8.upload-button { 8.publish-button {
9 @include peertube-button-link; 9 @include peertube-button-link;
10 @include orange-button; 10 @include orange-button;
11 @include button-with-icon(22px, 3px, -1px); 11 @include button-with-icon(22px, 3px, -1px);
@@ -20,7 +20,7 @@ my-search-typeahead {
20 margin-right: 0; 20 margin-right: 0;
21 } 21 }
22 22
23 .upload-button-label { 23 .publish-button-label {
24 display: none; 24 display: none;
25 } 25 }
26 } 26 }