aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-22 10:02:32 +0200
committerChocobozzz <me@florianbigard.com>2019-08-22 10:02:32 +0200
commit79a899410fdf6d7d4fcb22f05314c9ed3fc5d591 (patch)
treefe896dd8905d4a102aebdf25ea38b4325a824d24 /client/src/app/app.component.ts
parent6e44fb37634ce1280b5ff03e2d367f2eaa334272 (diff)
downloadPeerTube-79a899410fdf6d7d4fcb22f05314c9ed3fc5d591.tar.gz
PeerTube-79a899410fdf6d7d4fcb22f05314c9ed3fc5d591.tar.zst
PeerTube-79a899410fdf6d7d4fcb22f05314c9ed3fc5d591.zip
Cleanup SASS imports
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r--client/src/app/app.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index 83a751dd6..50c5f5b9b 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -226,7 +226,7 @@ export class AppComponent implements OnInit {
226 new Hotkey('g o', (event: KeyboardEvent): boolean => { 226 new Hotkey('g o', (event: KeyboardEvent): boolean => {
227 this.router.navigate([ '/videos/overview' ]) 227 this.router.navigate([ '/videos/overview' ])
228 return false 228 return false
229 }, undefined, this.i18n('Go to the videos discover page')), 229 }, undefined, this.i18n('Go to the discover videos page')),
230 new Hotkey('g t', (event: KeyboardEvent): boolean => { 230 new Hotkey('g t', (event: KeyboardEvent): boolean => {
231 this.router.navigate([ '/videos/trending' ]) 231 this.router.navigate([ '/videos/trending' ])
232 return false 232 return false