diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 17:05:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 17:05:55 +0200 |
commit | c2faa073d113f410275021ed4de4b60fef118c13 (patch) | |
tree | b21a4a26be6b73d7583da4b4cc3dccc7b5437532 /client/src/app/menu/menu.component.html | |
parent | 3e3b360c53f43f354fe9b191b69cda444fabf712 (diff) | |
download | PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.tar.gz PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.tar.zst PeerTube-c2faa073d113f410275021ed4de4b60fef118c13.zip |
Replace glyphicon chevron
Diffstat (limited to 'client/src/app/menu/menu.component.html')
-rw-r--r-- | client/src/app/menu/menu.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 2961daaa3..3f00cac04 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -16,7 +16,7 @@ | |||
16 | </div> | 16 | </div> |
17 | 17 | ||
18 | <div class="dropdown-toggle-indicator"> | 18 | <div class="dropdown-toggle-indicator"> |
19 | <span class="glyphicon glyphicon-chevron-down"></span> | 19 | <span class="chevron-down"></span> |
20 | </div> | 20 | </div> |
21 | </div> | 21 | </div> |
22 | 22 | ||