diff --git a/.env b/.env index 3c38fb2..a3327dd 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ #VITE_REACT_APP_BACKEND_URL="https://sandbox.exampaper.vidh.ai" METABASE_BASE_URL="http://metabase.usln.in/public/question/d8774923-09bb-4cd9-903b-559d417e12cf" -VITE_REACT_APP_BACKEND_URL="http://localhost:9999" -# VITE_REACT_APP_BACKEND_URL="https://api.dev.exampaper.usln.in" +# VITE_REACT_APP_BACKEND_URL="http://localhost:9999" +VITE_REACT_APP_BACKEND_URL="https://api.dev.exampaper.usln.in" #VITE_REACT_APP_BACKEND_URL="https://api.exampaper.usln.in" diff --git a/src/App.css b/src/App.css index 1e6d588..5b688f7 100644 --- a/src/App.css +++ b/src/App.css @@ -90,7 +90,8 @@ } .grey-background{ - background-color: rgba(128, 128, 128, 0.1); + /* background-color: rgba(128, 128, 128, 0.1); */ + background-color: rgba(3, 133, 8, 0.1); } diff --git a/src/Components/AttendenceNotShadedCorrection.jsx b/src/Components/AttendenceNotShadedCorrection.jsx index 2320a81..d9617b3 100644 --- a/src/Components/AttendenceNotShadedCorrection.jsx +++ b/src/Components/AttendenceNotShadedCorrection.jsx @@ -1,8 +1,271 @@ -const AttendenceNotShadedCorrection = () =>{ - return( -