diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-10 14:24:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-10 14:24:32 +0100 |
commit | d47044142417065c70cd6c731a500d97fbd306b5 (patch) | |
tree | 9456c052b2a421a49b8d6742c447af12416f7b38 /client/src/app/header/header.component.scss | |
parent | 87568f93e959b5e2b60f91f96b69f5f6b7d3f869 (diff) | |
download | PeerTube-d47044142417065c70cd6c731a500d97fbd306b5.tar.gz PeerTube-d47044142417065c70cd6c731a500d97fbd306b5.tar.zst PeerTube-d47044142417065c70cd6c731a500d97fbd306b5.zip |
Rename upload button to publish
Diffstat (limited to 'client/src/app/header/header.component.scss')
-rw-r--r-- | client/src/app/header/header.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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 | } |