From 38cc857f77d583a187c3cbd4cf29e093ab9dedcd Mon Sep 17 00:00:00 2001 From: Sammy Teillet Date: Wed, 19 Apr 2023 10:36:14 +0200 Subject: [PATCH] feat: use favicon icon in company chip --- front/src/pages/people/People.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/src/pages/people/People.tsx b/front/src/pages/people/People.tsx index 6205a941a..fc6831b42 100644 --- a/front/src/pages/people/People.tsx +++ b/front/src/pages/people/People.tsx @@ -59,7 +59,7 @@ const defaultData: Array = [ fullName: 'Alexandre Prot', picture: personPlaceholder, email: 'alexandre@qonto.com', - company: { id: 1, name: 'Qonto', domain: 'qonto.com' }, + company: { id: 2, name: 'LinkedIn', domain: 'linkedin.com' }, phone: '06 12 34 56 78', creationDate: new Date('Feb 23, 2018'), pipe: { id: 1, name: 'Sales Pipeline', icon: 'faUser' }, @@ -81,7 +81,7 @@ const defaultData: Array = [ fullName: 'Alexandre Prot', picture: personPlaceholder, email: 'alexandre@qonto.com', - company: { id: 1, name: 'Qonto', domain: 'qonto.com' }, + company: { id: 1, name: 'Slack', domain: 'slack.com' }, phone: '06 12 34 56 78', creationDate: new Date('Feb 23, 2018'), pipe: { id: 1, name: 'Sales Pipeline', icon: 'faUser' }, @@ -92,7 +92,7 @@ const defaultData: Array = [ fullName: 'Alexandre Prot', picture: personPlaceholder, email: 'alexandre@qonto.com', - company: { id: 1, name: 'Qonto', domain: 'qonto.com' }, + company: { id: 2, name: 'Facebook', domain: 'facebook.com' }, phone: '06 12 34 56 78', creationDate: new Date('Feb 23, 2018'), pipe: { id: 1, name: 'Sales Pipeline', icon: 'faUser' }, @@ -133,7 +133,7 @@ const columns = [ cell: (props) => ( ),