diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-11 10:05:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-11 10:05:42 +0200 |
commit | 695237b258b9d31269f047248f2b99af86f0d161 (patch) | |
tree | 18fb65c45f032634b2b79ec21a8296911188c2d0 /client/src/app | |
parent | fe3a55b071c99b346e9e9ab786f5d219e5a064cd (diff) | |
download | PeerTube-695237b258b9d31269f047248f2b99af86f0d161.tar.gz PeerTube-695237b258b9d31269f047248f2b99af86f0d161.tar.zst PeerTube-695237b258b9d31269f047248f2b99af86f0d161.zip |
Fix add icon path
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/users/user-list/user-list.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/users/user-list/user-list.component.scss b/client/src/app/+admin/users/user-list/user-list.component.scss index 4a66b5d8d..4fc36e11e 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.scss +++ b/client/src/app/+admin/users/user-list/user-list.component.scss | |||
@@ -2,5 +2,5 @@ | |||
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .add-button { | 4 | .add-button { |
5 | @include create-button; | 5 | @include create-button('../../../../assets/images/global/add.svg'); |
6 | } | 6 | } |
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss index bcb58eac2..56a637a82 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss | |||
@@ -2,7 +2,7 @@ | |||
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .create-button { | 4 | .create-button { |
5 | @include create-button; | 5 | @include create-button('../../../assets/images/global/add.svg'); |
6 | } | 6 | } |
7 | 7 | ||
8 | /deep/ .action-button { | 8 | /deep/ .action-button { |