diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-13 10:44:34 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-13 10:44:34 +0100 |
commit | d95bc7029012c9f28144fd58948962c49910a1ae (patch) | |
tree | 864832300ce3c5be1141622b06a324bf75a48298 /client/src/app/app.component.html | |
parent | 9c1a88e3a1dc2a9d97ba0d798c664234541f1dba (diff) | |
download | PeerTube-d95bc7029012c9f28144fd58948962c49910a1ae.tar.gz PeerTube-d95bc7029012c9f28144fd58948962c49910a1ae.tar.zst PeerTube-d95bc7029012c9f28144fd58948962c49910a1ae.zip |
Add title to left menu toggle
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 9a8a8e14f..77d876f8e 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -6,7 +6,7 @@ | |||
6 | <div class="header"> | 6 | <div class="header"> |
7 | 7 | ||
8 | <div class="top-left-block"> | 8 | <div class="top-left-block"> |
9 | <span class="icon icon-menu" (click)="menu.toggleMenu()"></span> | 9 | <span class="icon icon-menu" role="button" [title]="getToggleTitle()" (click)="menu.toggleMenu()"></span> |
10 | 10 | ||
11 | <a class="peertube-title" [routerLink]="defaultRoute"> | 11 | <a class="peertube-title" [routerLink]="defaultRoute"> |
12 | <span class="icon icon-logo"></span> | 12 | <span class="icon icon-logo"></span> |