Skip to content

Commit

Permalink
Merge pull request #842 from CodeForAfrica/ft/climatemapped-indicator…
Browse files Browse the repository at this point in the history
…-description

HuruMap: Add Profile indicator description.
  • Loading branch information
kelvinkipruto committed Aug 15, 2024
2 parents 01430cd + 33db012 commit 3e12167
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/climatemappedafrica/src/components/HURUmap/Chart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,17 @@ function Chart({
/>
)}
<div ref={chartRef} className={classes.chart} />
<RichTypography
sx={(theme) => ({
fontSize: theme.typography.pxToRem(13),
lineHeight: 20 / 13,
color: "#666666",
display: "inline-flex",
fontWeight: 500,
})}
>
{description}
</RichTypography>
<Source
href={url}
sx={({ typography }) => ({
Expand Down

0 comments on commit 3e12167

Please sign in to comment.