Skip to content

Commit edc34c4

Browse files
authored
Merge pull request #208 from CivicDataLab/207-fix-typos-in-homepage
fix typos in home page
2 parents 9d9f138 + 607b965 commit edc34c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/[locale]/components/dataset-catalog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const DatasetCatalog = () => {
1919
icon: '/logo/Exposure.svg',
2020
link: '/datasets?categories=Exposure',
2121
description:
22-
'Hazards or Potential of a physical event that may cause loss of life or property',
22+
'The situation of people, infrastructure, housing, production capacities, and other tangible human assets located in hazard-prone areas',
2323
alt: 'exposure logo',
2424
},
2525
{

config/consts.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const AnalyticsURL = `/analytics/?indicator=risk-score&time-period=${process.env
7373
const learnMoreLink = `https://drive.google.com/file/d/1TerjJtQrWxziKJ1E5BvfvRELtWJWRw2M/view?usp=drive_link`;
7474

7575
//home page
76-
const AboutText = 'About IDS DRR';
76+
const AboutText = 'About IDS-DRR';
7777
const AboutUsURL = '/about-us';
7878
const AboutTextContentOne =
7979
'CivicDataLab along with Open Contracting Partnership, supported by The Rockefeller Foundation and the Patrick J McGovern Foundation, has developed a data driven framework - Intelligent Data Solution for Disaster Risk Reduction (IDS-DRR). ';
@@ -87,14 +87,14 @@ const HeroSectionText =
8787
'Discover insights, assess risks and build disaster resilience for data-driven disaster risk reduction';
8888

8989
const AnalyticsQuickLinksText =
90-
'Gain insights from the IDS-DRR data model to understand the flood-risk profiles of districts and sub-district regions in various states across India.';
90+
'Gain insights from the IDS-DRR data model to understand the flood-risk profiles of districts and sub-district regions in various states across India';
9191

9292
const DatasetCatalogText = 'Explore and use high-value datasets';
9393

94-
const ResourcesSectionText = 'Browse through our featured datasets';
94+
const ResourcesSectionText = 'Browse through the featured datasets';
9595

9696
const DataStoriesText =
97-
'Read about the impact, methods, and successes in using data for DRR.';
97+
'Read about the impact, methods, and successes in using data for DRR';
9898

9999
const YouTubeLink = 'https://www.youtube.com/watch?v=gTqcyUQ7esg';
100100

0 commit comments

Comments
 (0)