File tree 3 files changed +20
-5
lines changed
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 923
923
"home.section2.title" : {
924
924
"message" : " Explore Providers and Frameworks"
925
925
},
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
+
926
941
"home.section3.title" : {
927
942
"message" : " Start Your Journey"
928
943
},
Original file line number Diff line number Diff line change 33
33
},
34
34
"link.item.label.Twitter" : {
35
35
"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"
37
37
},
38
38
"link.item.label.Reddit" : {
39
39
"message" : " Reddit" ,
Original file line number Diff line number Diff line change @@ -272,12 +272,12 @@ export default function HomePage(): JSX.Element {
272
272
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"
273
273
>
274
274
< 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" >
276
276
Build with Farcaster
277
277
</ Translate >
278
278
</ span >
279
279
< 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" >
281
281
Create frames on Celo
282
282
</ Translate >
283
283
</ span >
@@ -304,12 +304,12 @@ export default function HomePage(): JSX.Element {
304
304
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"
305
305
>
306
306
< 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" >
308
308
Build with DeFi
309
309
</ Translate >
310
310
</ span >
311
311
< 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" >
313
313
Build with DeFi protocols, stablecoins and for FX
314
314
</ Translate >
315
315
</ span >
You can’t perform that action at this time.
0 commit comments