From 706f4fc1a8ba851fc854dff408b87cdacd451d43 Mon Sep 17 00:00:00 2001
From: sonaligarud
Date: Tue, 3 Dec 2024 14:27:27 +0530
Subject: [PATCH] Bug #230399 - [Learnathon-submission form popup] -
Inconsistent button size on submission popup.[PFA]
---
.../src/pages/learnathon/lernCreatorForm.js | 48 ++++++++++---------
1 file changed, 25 insertions(+), 23 deletions(-)
diff --git a/packages/nulp_elite/src/pages/learnathon/lernCreatorForm.js b/packages/nulp_elite/src/pages/learnathon/lernCreatorForm.js
index 0219befd..639eb626 100644
--- a/packages/nulp_elite/src/pages/learnathon/lernCreatorForm.js
+++ b/packages/nulp_elite/src/pages/learnathon/lernCreatorForm.js
@@ -29,7 +29,7 @@ import industrytnc from "../../assets/industry-tnc.pdf";
import acdemiatnc from "../../assets/academia-tnc.pdf";
import statetnc from "../../assets/state-tnc.pdf";
import Loader from "components/Loader";
-
+import Checkbox from '@mui/material/Checkbox';
import Alert from "@mui/material/Alert";
const routeConfig = require("../../configs/routeConfig.json");
@@ -1517,11 +1517,8 @@ const LernCreatorForm = () => {
{/* Modal Actions */}
-
-
+
{
>
{t("PROCEED")}
-
-
+
{
>
{t("CANCEL")}
-
-
+
+
)}
@@ -1677,18 +1672,21 @@ const LernCreatorForm = () => {
padding: "20px",
borderRadius: "8px",
boxShadow: "rgba(0, 0, 0, 0.24) 0px 3px 8px",
- width: "400px",
- textAlign: "center",
+ width: "600px",
+ textAlign: "justify",
}}
>
{t("TNC")}
-
+
What is Lorem Ipsum? Lorem Ipsum is simply dummy
text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standard dummy text
@@ -1714,12 +1712,16 @@ const LernCreatorForm = () => {
Various versions have evolved over the years,
sometimes by accident, sometimes on purpose
(injected humour and the like).
-
+
{/* Modal Actions */}
+
+ } label="I here by confirm that I accept the above mentioned terms and conditions " />
+
+
-
-
+ {
>
{t("CONFIRM")}
-
-
+ {
>
{t("CANCEL")}
-
-
+
+
)}