Skip to content

Commit

Permalink
refactor(SS-159): Update some static texts
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Dec 3, 2024
1 parent ed5077a commit e114fa8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions client/src/components/intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const Intro = ({ showDescription = true }: IntroProps) => {
</h1>
{showDescription && (
<p className="mx-auto mt-0.5 max-w-[280px] text-xs leading-6 xl:mt-4 xl:max-w-none xl:text-sm xl:leading-[26px]">
Explore South Sudan’s geospatial visualization tool, a centralized platform for accessing
and analyzing hydrological data. Discover insights on flood, drought, and
hydrometeorological patterns to support effective water resource management.
Explore South Sudan’s geospatial visualization tool, a centralized site for accessing and
analyzing hydrological data. Discover insights on flood, drought, and hydrometeorological
patterns to support effective water resource management.
</p>
)}
</div>
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/panels/flood/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const FloodPanel = () => {
return (
<div className="min-h-screen px-5 py-5 lg:min-h-0 lg:px-10">
<p className="mb-6 text-sm leading-[26px]">
Access detailed flood data to assess both exposure and hazard levels across South Sudan.
Analyze model-based and EO-based flood information, including flood extent, depth, and
Access detailed flood data to assess both hazard and exposure across South Sudan. Analyze
and compare EO-based and model-based flood information, including flood extent, depth, and
return periods, to better understand flood risks and support proactive planning.
</p>
<figure className="relative mx-auto mb-6 w-max max-w-full">
Expand Down
7 changes: 3 additions & 4 deletions client/src/components/panels/hydrometeorological/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ const HydrometeorologicalPanel = () => {
return (
<div className="min-h-screen px-5 py-5 lg:min-h-0 lg:px-10">
<p className="mb-6 text-sm leading-[26px]">
Access comprehensive hydrometeorological data, including precipitation, temperature,
evapotranspiration, and water levels, to monitor key environmental variables. Analyze
surface water dynamics, soil moisture, and groundwater storage to support proactive water
resource and environmental management.
Access key hydrometeorological information, including river discharge time series from South
Sudan in-situ stations, as well as precipitation, temperature, evapotranspiration, and soil
moisture, to monitor key environmental variables.
</p>
<figure className="relative mx-auto mb-6 w-max max-w-full">
<Image src={HydrometeorologicalImage} alt="Brown tumultuous water" placeholder="blur" />
Expand Down

0 comments on commit e114fa8

Please sign in to comment.