]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/misc/channels-setup-message.component.html
Fix avatar default size
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / channels-setup-message.component.html
CommitLineData
9e8a7e08 1<div *ngIf="hasChannelNotConfigured()" class="channels-setup-message alert alert-info">
7dca45f9
MK
2 <my-global-icon iconName="tip"></my-global-icon>
3
9e8a7e08 4 <div>
7dca45f9
MK
5 <div i18n>Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a <strong>banner</strong>, an <strong>avatar</strong> and a <strong>description</strong>.</div>
6 <a *ngIf="!hideLink" class="channels-settings-link" routerLink="/my-library/video-channels" i18n>Set up my channels</a>
7 </div>
8</div>