From 64ff48cb8d854f43884cd769d1eec71f6394cd77 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 3 Dec 2019 18:54:49 +0100 Subject: Change the support icon --- client/src/app/core/plugins/plugin.service.ts | 2 +- client/src/app/shared/images/global-icon.component.ts | 2 +- client/src/app/videos/+video-watch/video-watch.component.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app') 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 import { PluginClientScope } from '@shared/models/plugins/plugin-client-scope.type' import { RegisterClientHookOptions } from '@shared/models/plugins/register-client-hook.model' import { HttpClient } from '@angular/common/http' -import { AuthService } from '@app/core' +import { AuthService } from '@app/core/auth' import { RestExtractor } from '@app/shared/rest' import { PluginType } from '@shared/models/plugins/plugin.type' import { PublicServerSetting } from '@shared/models/plugins/public-server.setting' diff --git a/client/src/app/shared/images/global-icon.component.ts b/client/src/app/shared/images/global-icon.component.ts index a56674b58..a13b7d8e0 100644 --- a/client/src/app/shared/images/global-icon.component.ts +++ b/client/src/app/shared/images/global-icon.component.ts @@ -26,7 +26,7 @@ const icons = { 'validate': require('!!raw-loader?!../../../assets/images/global/validate.svg'), 'tick': require('!!raw-loader?!../../../assets/images/global/tick.svg'), 'dislike': require('!!raw-loader?!../../../assets/images/video/dislike.svg'), - 'heart': require('!!raw-loader?!../../../assets/images/video/heart.svg'), + 'support': require('!!raw-loader?!../../../assets/images/video/support.svg'), 'like': require('!!raw-loader?!../../../assets/images/video/like.svg'), 'more-horizontal': require('!!raw-loader?!../../../assets/images/global/more-horizontal.svg'), 'more-vertical': require('!!raw-loader?!../../../assets/images/global/more-vertical.svg'), diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 5b98a7bd4..647cc3c57 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -73,8 +73,8 @@ -
- +
+ Support
-- cgit v1.2.3