From a934395d15b5d1bd25f2b03103621754b396c364 Mon Sep 17 00:00:00 2001 From: Ajinkya Pande Date: Tue, 27 Jun 2023 23:42:47 +0530 Subject: [PATCH 1/2] swap the telugu and english word and sentence in Explore and Learn --- src/index.css | 1 + src/viewsProto3/StartLearn/StartLearn.js | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index 7f527ba..0dad36a 100644 --- a/src/index.css +++ b/src/index.css @@ -453,6 +453,7 @@ code { .content_text_div_see { font-size: 30px !important; color: #000; + /* font-weight: 600; */ } .button_learn { diff --git a/src/viewsProto3/StartLearn/StartLearn.js b/src/viewsProto3/StartLearn/StartLearn.js index 9281581..062ba3f 100644 --- a/src/viewsProto3/StartLearn/StartLearn.js +++ b/src/viewsProto3/StartLearn/StartLearn.js @@ -183,6 +183,9 @@ function StartLearn() { <>
+
+ {content[sel_lang]?.text ? content[sel_lang]?.text : ''} +
{sel_lang !== 'ta' ? (
{content['ta']?.text ? content['ta']?.text : ''} @@ -190,13 +193,13 @@ function StartLearn() { ) : ( <> )} -
- {content[sel_lang]?.text ? content[sel_lang]?.text : ''} -
) : ( <>
+
+ {content[sel_lang]?.text ? content[sel_lang]?.text : ''} +
{sel_lang !== 'ta' ? (
{content['ta']?.text ? content['ta']?.text : ''} @@ -204,9 +207,6 @@ function StartLearn() { ) : ( <> )} -
- {content[sel_lang]?.text ? content[sel_lang]?.text : ''} -
)}
From 5f8c5980683ff2a8e441c9c5a18a52d2d440ec66 Mon Sep 17 00:00:00 2001 From: Ajinkya Pande Date: Wed, 28 Jun 2023 12:17:01 +0530 Subject: [PATCH 2/2] removed comment --- src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.css b/src/index.css index 0dad36a..7f527ba 100644 --- a/src/index.css +++ b/src/index.css @@ -453,7 +453,6 @@ code { .content_text_div_see { font-size: 30px !important; color: #000; - /* font-weight: 600; */ } .button_learn {