Skip to content

Commit 9ee3c2c

Browse files
authored
Fixed Landing Page descriptions (#1841)
Get Funding was getting repeated
1 parent 8a0fbcb commit 9ee3c2c

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

i18n/en/code.json

+15
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,21 @@
923923
"home.section2.title": {
924924
"message": "Explore Providers and Frameworks"
925925
},
926+
"home2.section3.celoLibraries.farcaster.title": {
927+
"message": "Build with Farcaster"
928+
},
929+
"home2.section3.celoLibraries.farcaster.description": {
930+
"message": "Create frames on Celo"
931+
},
932+
"home2.section3.celoLibraries.defi.title": {
933+
"message": "Build with DeFi"
934+
},
935+
"home2.section3.celoLibraries.defi.description": {
936+
"message": "Build with DeFi protocols, stablecoins and for FX"
937+
},
938+
939+
940+
926941
"home.section3.title": {
927942
"message": "Start Your Journey"
928943
},

i18n/en/docusaurus-theme-classic/footer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"link.item.label.Twitter": {
3535
"message": "X",
36-
"description": "The label of footer link with label=Twitter linking to https://twitter.com/CeloOrg"
36+
"description": "The label of footer link with label=Twitter linking to https://x.com/CeloOrg"
3737
},
3838
"link.item.label.Reddit": {
3939
"message": "Reddit",

src/pages/index.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,12 @@ export default function HomePage(): JSX.Element {
272272
className="hover:no-underline px-5 py-5 items-start flex flex-col flex-no-wrap bg-gypsum dark:bg-fig hover:cursor-pointer relative"
273273
>
274274
<span className="font-semibold text-2xl text-black dark:text-white">
275-
<Translate id="home2.section3.celoLibraries.title">
275+
<Translate id="home2.section3.farcaster.celoLibraries.title">
276276
Build with Farcaster
277277
</Translate>
278278
</span>
279279
<span className="text-base text-black dark:text-prosperity mt-1">
280-
<Translate id="home2.section3.celoLibraries.description">
280+
<Translate id="home2.section3.farcaster.celoLibraries.description">
281281
Create frames on Celo
282282
</Translate>
283283
</span>
@@ -304,12 +304,12 @@ export default function HomePage(): JSX.Element {
304304
className="hover:no-underline px-5 py-5 items-start flex flex-col flex-no-wrap bg-gypsum dark:bg-fig hover:cursor-pointer relative"
305305
>
306306
<span className="font-semibold text-2xl text-black dark:text-white">
307-
<Translate id="home2.section3.celoLibraries.title">
307+
<Translate id="home2.section3.celoLibraries.defi.title">
308308
Build with DeFi
309309
</Translate>
310310
</span>
311311
<span className="text-base text-black dark:text-prosperity mt-1">
312-
<Translate id="home2.section3.celoLibraries.description">
312+
<Translate id="home2.section3.celoLibraries.defi.description">
313313
Build with DeFi protocols, stablecoins and for FX
314314
</Translate>
315315
</span>

0 commit comments

Comments
 (0)