aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-22 10:02:32 +0200
committerChocobozzz <me@florianbigard.com>2019-08-22 10:33:57 +0200
commit122dbb5705a4b9c5d495f13a41a29bc74a8e542d (patch)
tree22815f0fa7a6be8fa4aa61ce04d583c7618727ff /client/src/app
parenteddd920987fb8e4ae8c7ad2ada8a10a452e451d8 (diff)
downloadPeerTube-122dbb5705a4b9c5d495f13a41a29bc74a8e542d.tar.gz
PeerTube-122dbb5705a4b9c5d495f13a41a29bc74a8e542d.tar.zst
PeerTube-122dbb5705a4b9c5d495f13a41a29bc74a8e542d.zip
Cleanup SASS imports
Diffstat (limited to 'client/src/app')
-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