diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-10 09:42:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-10 09:43:44 +0200 |
commit | ae2dd04617d3983af1d42e5fddaddf9dc64eebcb (patch) | |
tree | e2f4b20986c8fe16c67fb82789784c58e3be5348 /client/src/app/+about | |
parent | 82f443de1aba70ce75c72a4a7f669385600ab3c6 (diff) | |
download | PeerTube-ae2dd04617d3983af1d42e5fddaddf9dc64eebcb.tar.gz PeerTube-ae2dd04617d3983af1d42e5fddaddf9dc64eebcb.tar.zst PeerTube-ae2dd04617d3983af1d42e5fddaddf9dc64eebcb.zip |
Correctly fix sub menu
Diffstat (limited to 'client/src/app/+about')
-rw-r--r-- | client/src/app/+about/about.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+about/about.component.html b/client/src/app/+about/about.component.html index da16b933d..04a62240c 100644 --- a/client/src/app/+about/about.component.html +++ b/client/src/app/+about/about.component.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <div class="row"> | 1 | <div class="row"> |
2 | <div class="sub-menu"> | 2 | <div class="sub-menu sub-menu-fixed"> |
3 | 3 | ||
4 | <div class="links"> | 4 | <div class="links"> |
5 | <a i18n routerLink="instance" routerLinkActive="active" class="title-page title-page-about">Instance</a> | 5 | <a i18n routerLink="instance" routerLinkActive="active" class="title-page title-page-about">Instance</a> |