aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r--client/src/app/app.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index 5fefffaf4..8ef22392d 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -10,7 +10,7 @@
10 <span class="icon icon-menu"></span> 10 <span class="icon icon-menu"></span>
11 </span> 11 </span>
12 12
13 <a class="peertube-title c-hand" [routerLink]="getDefaultRoute()"> 13 <a class="peertube-title c-hand" [routerLink]="getDefaultRoute()" [queryParams]="getDefaultRouteQuery()">
14 <span class="icon icon-logo"></span> 14 <span class="icon icon-logo"></span>
15 <span class="instance-name">{{ instanceName }}</span> 15 <span class="instance-name">{{ instanceName }}</span>
16 </a> 16 </a>