Skip to content

Commit

Permalink
updates title of sourcing information chart
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Mar 20, 2024
1 parent 2526e72 commit c40cdfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ const SupplierSourcingInfoChart = (): JSX.Element => {
<div className="flex flex-col space-y-4">
<div className="flex justify-between">
<div className="flex items-center space-x-2">
<h4 className="font-medium">Individual plot contributions to volume accumulation</h4>
<h4 className="font-medium">Percentage of sourcing volume per plot</h4>
<InfoModal
info={{
title: 'Individual plot contributions to volume accumulation',
title: 'Percentage of sourcing volume per plot',
description:
"This chart displays the percentage of sourcing volume per plot of land by year for the selected supplier. It illustrates the distribution of sourcing activities across different plots of land over time, providing insights into the supplier's sourcing patterns and land utilization.",
}}
Expand Down

0 comments on commit c40cdfe

Please sign in to comment.