From 035038478104ded28300eb5442827b2544cd6fdb Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 28 Jun 2020 14:15:38 +0200 Subject: replace current ownership transfer icon with softies forward icon --- .../app/+my-account/my-account-videos/my-account-videos.component.html | 2 +- client/src/app/+my-account/my-account.component.ts | 2 +- client/src/app/shared/shared-icons/global-icon.component.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html index 32264a70a..b6047645d 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html @@ -31,7 +31,7 @@ diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts index ea4da676a..4040ab4f8 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts @@ -79,7 +79,7 @@ export class MyAccountComponent implements OnInit { { label: this.i18n('Ownership changes'), routerLink: '/my-account/ownership', - iconName: 'im-with-her' + iconName: 'forward' } ] } diff --git a/client/src/app/shared/shared-icons/global-icon.component.ts b/client/src/app/shared/shared-icons/global-icon.component.ts index 169882685..3de926293 100644 --- a/client/src/app/shared/shared-icons/global-icon.component.ts +++ b/client/src/app/shared/shared-icons/global-icon.component.ts @@ -21,7 +21,7 @@ const icons = { 'download': require('!!raw-loader?!../../../assets/images/global/download.svg').default, 'go': require('!!raw-loader?!../../../assets/images/menu/go.svg').default, 'edit': require('!!raw-loader?!../../../assets/images/global/edit.svg').default, - 'im-with-her': require('!!raw-loader?!../../../assets/images/global/im-with-her.svg').default, + 'forward': require('!!raw-loader?!../../../assets/images/global/forward.svg').default, 'delete': require('!!raw-loader?!../../../assets/images/global/delete.svg').default, 'server': require('!!raw-loader?!../../../assets/images/global/server.svg').default, 'cross': require('!!raw-loader?!../../../assets/images/global/cross.svg').default, -- cgit v1.2.3