diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-30 11:21:04 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-07-01 17:03:48 +0200 |
commit | c41c0e28ed444fdb427f9803d2f123ba6f535fb9 (patch) | |
tree | c02558445dc13281a78321731061131b67253244 /client/src/app/modal | |
parent | 9b01cfc788a6ed525d72620da9f9e607b8d6396e (diff) | |
download | PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.gz PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.zst PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.zip |
switch from softies to feathericons
also organize icons in folders per origin
Diffstat (limited to 'client/src/app/modal')
-rw-r--r-- | client/src/app/modal/quick-settings-modal.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/modal/quick-settings-modal.component.scss b/client/src/app/modal/quick-settings-modal.component.scss index ef21542f3..afc8460d0 100644 --- a/client/src/app/modal/quick-settings-modal.component.scss +++ b/client/src/app/modal/quick-settings-modal.component.scss | |||
@@ -30,7 +30,7 @@ | |||
30 | top: -1px; | 30 | top: -1px; |
31 | margin-right: 4px; | 31 | margin-right: 4px; |
32 | 32 | ||
33 | background-image: url('../../assets/images/menu/keyboard.png'); | 33 | background-image: url('../../assets/images/misc/keyboard.png'); |
34 | } | 34 | } |
35 | } | 35 | } |
36 | 36 | ||