Skip to content

Commit

Permalink
[#192] Merge branch 'develop' into feature/192-include-last-updated-u…
Browse files Browse the repository at this point in the history
…ser-n-time
  • Loading branch information
wayangalihpratama committed Jan 5, 2024
2 parents 6d6e020 + 9ca337f commit 02cec3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/cases/visualizations/ChartBigImpact.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const ChartBigImpact = ({ dashboardData }) => {
},
xAxis: {
type: "value",
name: "Impact (%)",
name: "Change (%)",
nameTextStyle: { ...TextStyle },
nameLocation: "middle",
nameGap: 50,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const legends = [
text: "Income target not reached",
},
{
color: "#808080",
color: "#FEC508",
text: "Income target reached outside feasible values",
},
{
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/explore-studies/ExploreStudiesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const ExploreStudiesPage = () => {
onClick={() => setOpen(true)}
>
{/* Open Form Modal */}
Add New Rerefence Data
Add New Reference Data
</Button>
) : null}
</div>
Expand Down

0 comments on commit 02cec3e

Please # to comment.