Skip to content

Commit

Permalink
bugfix(website): fix for wrong text variable (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino authored May 28, 2024
1 parent 0986d98 commit ebffa12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function Sdg({ lang }: { lang: WebsiteLanguage }) {
<SdgCard
title={translator.t('section-6.card-1.title')}
description={translator.t('section-6.card-1.description')}
paragraphs={[translator.t('section-6.card-2.paragraph-1')]}
paragraphs={[translator.t('section-6.card-1.paragraph-1')]}
/>
<SdgCard
title={translator.t('section-6.card-2.title')}
Expand Down

0 comments on commit ebffa12

Please sign in to comment.