Fix small design feedbacks

This commit is contained in:
Charles Bochet
2023-04-25 11:32:18 +02:00
parent 67e4e79623
commit 63feef5727
9 changed files with 20 additions and 12 deletions

View File

@ -105,10 +105,12 @@ export const peopleColumns = [
columnHelper.accessor('pipe', {
header: () => <ColumnHead viewName="Pipe" viewIcon={faRectangleHistory} />,
cell: (props) => (
<PipeChip
name={props.row.original.pipe.name}
picture={props.row.original.pipe.icon}
/>
<ClickableCell href="#">
<PipeChip
name={props.row.original.pipe.name}
picture={props.row.original.pipe.icon}
/>
</ClickableCell>
),
}),
columnHelper.accessor('city', {