Skip to content

Commit

Permalink
Remove invalid link (#470)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <petern@amazon.com>
Signed-off-by: Peter Nied <peternied@hotmail.com>
  • Loading branch information
peternied authored Jun 12, 2023
1 parent 3cd6b2e commit 6d2c2d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/pages/Dashboard/utils/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export const buildColors = palleteBuilder(
rgbColors.map(([r, g, b]) => [r, g, b, 0.8])
);

// referred to here: https://tiny.amazon.com/337xpvcq/githelaselasblobv1822stor
export const fillOutColors = (d: any, i: number, a: any[]) => {
return buildColors(i / (a.length + 1));
};
Expand Down

0 comments on commit 6d2c2d3

Please sign in to comment.