diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-16 16:09:58 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | f0c5e8b65792e9f991bf006a3e1d03cfd2c80c24 (patch) | |
tree | c3e89788fc565b033d173d3442e2064ecbbdc39b /client/src/app/app.component.html | |
parent | d133f3858288b20d790e9bb57664fc6e22d9aeaf (diff) | |
download | PeerTube-f0c5e8b65792e9f991bf006a3e1d03cfd2c80c24.tar.gz PeerTube-f0c5e8b65792e9f991bf006a3e1d03cfd2c80c24.tar.zst PeerTube-f0c5e8b65792e9f991bf006a3e1d03cfd2c80c24.zip |
Add client helpers to plugins
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 d398d4f35..07a576083 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <div class="top-left-block" [ngClass]="{ 'border-bottom': isMenuDisplayed === false }"> | 8 | <div class="top-left-block" [ngClass]="{ 'border-bottom': isMenuDisplayed === false }"> |
9 | <span class="icon icon-menu" (click)="toggleMenu()"></span> | 9 | <span class="icon icon-menu" (click)="toggleMenu()"></span> |
10 | 10 | ||
11 | <a id="peertube-title" [routerLink]="defaultRoute" title="Homepage"> | 11 | <a class="peertube-title" [routerLink]="defaultRoute" title="Homepage"> |
12 | <span class="icon icon-logo"></span> | 12 | <span class="icon icon-logo"></span> |
13 | <span class="instance-name">{{ instanceName }}</span> | 13 | <span class="instance-name">{{ instanceName }}</span> |
14 | </a> | 14 | </a> |