Skip to content

Commit aa4716b

Browse files
authored
Update ResultsCharts.tsx
1 parent 63a4715 commit aa4716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Results/ResultsCharts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const ResultsCharts = (props: Props) => {
3333
});
3434
return (
3535
<>
36-
<h3>Delivered Cost of Feedstock</h3>
36+
<h3>Total delivered feedstock cost</h3>
3737
<ComposedChart
3838
width={1000}
3939
height={500}

0 commit comments

Comments
 (0)