diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-23 10:41:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-23 10:41:08 +0200 |
commit | 45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb (patch) | |
tree | d70e91662e633079d862412f884538b441eef842 /client/src/app/about/about.component.html | |
parent | b365bb43c2f399dfc5191443956a8c48373fbffc (diff) | |
download | PeerTube-45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb.tar.gz PeerTube-45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb.tar.zst PeerTube-45c0fb35eb3904cbea91ff1ee450d308bbb4ebdb.zip |
Add short description in about page
Diffstat (limited to 'client/src/app/about/about.component.html')
-rw-r--r-- | client/src/app/about/about.component.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/about/about.component.html b/client/src/app/about/about.component.html index bc6a8c6f3..6fa856742 100644 --- a/client/src/app/about/about.component.html +++ b/client/src/app/about/about.component.html | |||
@@ -3,6 +3,10 @@ | |||
3 | Welcome to the {{ instanceName }} instance | 3 | Welcome to the {{ instanceName }} instance |
4 | </div> | 4 | </div> |
5 | 5 | ||
6 | <div class="short-description"> | ||
7 | <div>{{ shortDescription }}</div> | ||
8 | </div> | ||
9 | |||
6 | <div class="description"> | 10 | <div class="description"> |
7 | <div class="section-title">Description</div> | 11 | <div class="section-title">Description</div> |
8 | 12 | ||