diff options
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 0311179a8..f2acffea4 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -2,7 +2,9 @@ | |||
2 | 2 | ||
3 | <header class="row"> | 3 | <header class="row"> |
4 | <div class="col-md-2"> | 4 | <div class="col-md-2"> |
5 | <h4>PeerTube</h4> | 5 | <h4 id="peertube-title"> |
6 | <a [routerLink]="['/videos/list']">PeerTube</a> | ||
7 | </h4> | ||
6 | </div> | 8 | </div> |
7 | 9 | ||
8 | <div class="col-md-9"> | 10 | <div class="col-md-9"> |