aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/plugins
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-03 18:54:49 +0100
committerChocobozzz <me@florianbigard.com>2019-12-03 18:54:49 +0100
commit64ff48cb8d854f43884cd769d1eec71f6394cd77 (patch)
tree8ff6544cb0f117616d4b98a84f0d8db06a52c0b9 /client/src/app/core/plugins
parent44daca1f4108e72b49281fb232be006c11ffab3a (diff)
downloadPeerTube-64ff48cb8d854f43884cd769d1eec71f6394cd77.tar.gz
PeerTube-64ff48cb8d854f43884cd769d1eec71f6394cd77.tar.zst
PeerTube-64ff48cb8d854f43884cd769d1eec71f6394cd77.zip
Change the support icon
Diffstat (limited to 'client/src/app/core/plugins')
-rw-r--r--client/src/app/core/plugins/plugin.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/plugins/plugin.service.ts b/client/src/app/core/plugins/plugin.service.ts
index 3f96ef6de..e24468da5 100644
--- a/client/src/app/core/plugins/plugin.service.ts
+++ b/client/src/app/core/plugins/plugin.service.ts
@@ -12,7 +12,7 @@ import { ClientHook, ClientHookName, clientHookObject } from '@shared/models/plu
12import { PluginClientScope } from '@shared/models/plugins/plugin-client-scope.type' 12import { PluginClientScope } from '@shared/models/plugins/plugin-client-scope.type'
13import { RegisterClientHookOptions } from '@shared/models/plugins/register-client-hook.model' 13import { RegisterClientHookOptions } from '@shared/models/plugins/register-client-hook.model'
14import { HttpClient } from '@angular/common/http' 14import { HttpClient } from '@angular/common/http'
15import { AuthService } from '@app/core' 15import { AuthService } from '@app/core/auth'
16import { RestExtractor } from '@app/shared/rest' 16import { RestExtractor } from '@app/shared/rest'
17import { PluginType } from '@shared/models/plugins/plugin.type' 17import { PluginType } from '@shared/models/plugins/plugin.type'
18import { PublicServerSetting } from '@shared/models/plugins/public-server.setting' 18import { PublicServerSetting } from '@shared/models/plugins/public-server.setting'