aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-20 14:16:32 +0100
committerChocobozzz <me@florianbigard.com>2018-02-20 14:16:32 +0100
commit8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4 (patch)
tree69328b182448781da4b84bf2ef876f3be2fed93d /client/src/app/app.component.html
parent54a932e82ae9c2ede48d2302a14f307d2e7908d6 (diff)
downloadPeerTube-8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4.tar.gz
PeerTube-8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4.tar.zst
PeerTube-8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4.zip
Fix instance name displaying with long text
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 eda7cc4b6..dafc45266 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -6,7 +6,7 @@
6 6
7 <a id="peertube-title" [routerLink]="['/videos/list']" title="Homepage"> 7 <a id="peertube-title" [routerLink]="['/videos/list']" title="Homepage">
8 <span class="icon icon-logo"></span> 8 <span class="icon icon-logo"></span>
9 {{ instanceName }} 9 <span class="instance-name">{{ instanceName }}</span>
10 </a> 10 </a>
11 </div> 11 </div>
12 12