diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 01:40:28 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 01:43:52 +0100 |
commit | 8c966daab30dd2bc8fd9792a8e219d94f3d8e67c (patch) | |
tree | 3e08d4839c5ceafb99a04f6c4352509b5ff636d7 /client/src/app/+my-account/my-account-video-channels | |
parent | df8914c9a2d6dbb435460b9e252a771cac47880b (diff) | |
download | PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.tar.gz PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.tar.zst PeerTube-8c966daab30dd2bc8fd9792a8e219d94f3d8e67c.zip |
Normalize create buttons
Diffstat (limited to 'client/src/app/+my-account/my-account-video-channels')
-rw-r--r-- | client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html index 11e87ba79..2461aa3f5 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <div class="video-channels-header"> | 1 | <div class="video-channels-header"> |
2 | <a class="create-button" routerLink="create"> | 2 | <a class="create-button" routerLink="create"> |
3 | <my-global-icon iconName="add"></my-global-icon> | 3 | <my-global-icon iconName="add"></my-global-icon> |
4 | <ng-container i18n>Create a new video channel</ng-container> | 4 | <ng-container i18n>Create video channel</ng-container> |
5 | </a> | 5 | </a> |
6 | </div> | 6 | </div> |
7 | 7 | ||