client/src/app/header/header.component.html
<my-search-typeahead class="w-100 d-flex justify-content-center"></my-search-typeahead>
<a class="peertube-button-link orange-button 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>