From d18ba67da99c0e3fad2e2f024f0f59994b234029 Mon Sep 17 00:00:00 2001 From: Thierry Parlier Date: Sun, 15 Oct 2023 08:53:23 +0400 Subject: [PATCH 1/4] remove umani script from index.html as it is not used since some month --- public/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/index.html b/public/index.html index 7eec0493a..95a45f20a 100644 --- a/public/index.html +++ b/public/index.html @@ -32,11 +32,6 @@ /> ReactPlay - One app to learn, create, and share ReactJS projects. - From 5385e55840403fa2eee1db929914e6e8e8a6297d Mon Sep 17 00:00:00 2001 From: Thierry Parlier Date: Sun, 15 Oct 2023 19:45:30 +0400 Subject: [PATCH 2/4] Modified a typo in components/Playforms.jsx --- src/common/components/PlayForms.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/components/PlayForms.jsx b/src/common/components/PlayForms.jsx index ba09aa020..1fea6138c 100644 --- a/src/common/components/PlayForms.jsx +++ b/src/common/components/PlayForms.jsx @@ -26,7 +26,7 @@ const PlayForm = ({ fields, formDataObj, onSubmit, isEditPlay }) => { className="w-full" disabled={checkDisabledInputs(field.datafield)} id={field.id} - label={field.plaeholder} + label={field.placeholder} size="small" value={formData[field.datafield]} {...field} From 93f409fbc205da342e38ffd5fb16cd15f26fb034 Mon Sep 17 00:00:00 2001 From: Thierry Parlier Date: Sun, 15 Oct 2023 20:05:53 +0400 Subject: [PATCH 3/4] Restored public/index.html as it didn't have to be modified in this fix --- public/index.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 95a45f20a..3acbe49ee 100644 --- a/public/index.html +++ b/public/index.html @@ -29,7 +29,61 @@ + /> + + + + + + + + + + + + + + + + + + + ReactPlay - One app to learn, create, and share ReactJS projects. + + + + +
+ + + ReactPlay - One app to learn, create, and share ReactJS projects. From 6ba8dd4bad1554dfb36b60f236a7f806ae41ba0d Mon Sep 17 00:00:00 2001 From: Thierry Parlier <48807534+Angra974@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:47:14 +0400 Subject: [PATCH 4/4] Update index.html Bad copy :(( --- public/index.html | 61 +++++------------------------------------------ 1 file changed, 6 insertions(+), 55 deletions(-) diff --git a/public/index.html b/public/index.html index 3acbe49ee..7eec0493a 100644 --- a/public/index.html +++ b/public/index.html @@ -29,63 +29,14 @@ - - - - - - - - - - - - - - - - - - - ReactPlay - One app to learn, create, and share ReactJS projects. - - - - -
- - - + /> ReactPlay - One app to learn, create, and share ReactJS projects. +