Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Sep 24, 2024
1 parent 4cdbd99 commit 4629ca1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/containers/about-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const About = () => {
<p className="text-lg mb-4 md:mb-20 md:col-span-7 leading-7">
A natural climate solution web platform designed to{' '}
<span className="text-blue-800">identify where, why and how</span> to implement
high-integrity nature-based projects with the highest carbon mitigation impact
high-integrity nature-based projects with the highest climate mitigation impact
whilst protecting livelihoods and biodiversity.
</p>

Expand Down
2 changes: 1 addition & 1 deletion src/containers/home-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const HomePage = () => {
Naturebase is a <span className="text-blue-800">new interactive platform</span> that
brings together science-based data on nature’s pathways to benefit the climate by
showing where, why and how to implement high-integrity nature-based projects with the
highest carbon mitigation impact whilst improving livelihoods and protecting
highest climate mitigation impact whilst improving livelihoods and protecting
biodiversity.
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/containers/news-page/list/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const STORIES: Story[] = [
title:
'Unlocking the potential: N4C launches interactive database showing opportunities for high-integrity nature-based projects',
description:
'Nature4Climate unveiled the beta version of naturebase, a free platform designed for policymakers, practitioners, and other decision-makers to identify strategies for implementing impactful nature-based projects, covering carbon mitigation, biodiversity preservation, and livelihood enhancement across global, national, and subnational scales.',
'Nature4Climate unveiled the beta version of naturebase, a free platform designed for policymakers, practitioners, and other decision-makers to identify strategies for implementing impactful nature-based projects, covering climate mitigation, biodiversity preservation, and livelihood enhancement across global, national, and subnational scales.',
image: 'test-1.jpg',
pathway: 'forest',
article:
Expand Down Expand Up @@ -55,7 +55,7 @@ export const STORIES: Story[] = [
title:
'Wetlands for livelihoods: how local communities thrive in protecting mangroves and peatlands in Borneo',
description:
'Dedicated to restoring the Teluk Semanting Mangrove, the village embraces the mantra: "more mangroves, more blessings," as they plant Rhizophora seedlings. Indonesia holds the third-highest potential globally for carbon sequestration through Natural Climate Solutions. Protecting Indonesia\'s remaining wetland ecosystems is crucial for meeting greenhouse gas emissions goals by the end of the decade, all while serving as a vital source of income for local communities.',
'Dedicated to restoring the Teluk Semanting Mangrove, the village embraces the mantra: "more mangroves, more blessings," as they plant Rhizophora seedlings. Indonesia holds the third-highest potential globally for climate sequestration through Natural Climate Solutions. Protecting Indonesia\'s remaining wetland ecosystems is crucial for meeting greenhouse gas emissions goals by the end of the decade, all while serving as a vital source of income for local communities.',
image: 'indonesia.webp',
pathway: 'savana',
article: 'https://nature4climate.org/naturebase-indonesia',
Expand Down
2 changes: 1 addition & 1 deletion src/containers/science-page/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const DATA_SOURCES = [
{ id: 1, label: 'Carbon mitigation' },
{ id: 1, label: 'Climate mitigation' },
{ id: 2, label: 'Ecosystem and biodiversity advantages' },
{ id: 3, label: 'Impacts on human well-being' },
{ id: 4, label: 'Supportive policies' },
Expand Down
9 changes: 8 additions & 1 deletion src/containers/science-page/pathways/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ export const PATHWAYS = [
'Avoided oxidation of soil carbon (CO2 and CH4) due to soil re-wetting in tropical, temperate, and boreal peatlands.',
color: '#D6F1F3',
},
{
id: 'improved-peatland-management',
title: 'Improved Peatland Management',
description:
'Improved management of drained peatland soils due to partial rewetting of peatlands converted to arable lands (tropical, emperate, and boreal peatlands)',
color: '#D6F1F3',
},
],
},
{
Expand Down Expand Up @@ -147,7 +154,7 @@ export const PATHWAYS = [
},
{
id: 'reduced-woodfuel-harvest-in-forests',
title: 'Reduced Woodfuel Harvest in Forests',
title: 'Reduced Woodfuel Harvest in Shrublands',
color: '#F1FABE',
description:
'Avoided emissions due to reduced harvest of woodfuel from savanna biomes used for cooking and heating, without reducing heating or cooking utility.',
Expand Down

0 comments on commit 4629ca1

Please sign in to comment.