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 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/+my-account') 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' } ] } -- cgit v1.2.3