]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/header.component.html
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.html
index 561ee6c1634cc62842bd162ec80748cd7b0365e8..f49f471c6f8a31644e7f3e29e79afba0ae6836ad 100644 (file)
@@ -1,12 +1,6 @@
-<my-search-typeahead class="w-100 d-flex justify-content-end">
-  <input
-    type="text" id="search-video" name="search-video" [attr.aria-label]="ariaLabelTextForSearch"
-    i18n-placeholder placeholder="Search videos, channels… known by this instance" [(ngModel)]="searchValue"
-  >
-  <span class="icon icon-search"></span>
-</my-search-typeahead>
+<my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead>
 
-<a class="upload-button" routerLink="/videos/upload">
-  <my-global-icon iconName="upload"></my-global-icon>
-  <span i18n class="upload-button-label">Upload</span>
+<a class="publish-button" routerLink="/videos/upload">
+  <my-global-icon iconName="upload" aria-hidden="true"></my-global-icon>
+  <span i18n class="publish-button-label">Publish</span>
 </a>