From 02936bcdabb5e2550b12fa94d435fdbcff348f71 Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Sun, 21 Aug 2022 20:05:34 +0530 Subject: added modal --- client/src/pages/Enrollment/Address/Address.jsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'client/src/pages/Enrollment/Address') diff --git a/client/src/pages/Enrollment/Address/Address.jsx b/client/src/pages/Enrollment/Address/Address.jsx index 6bf4044..78b0737 100644 --- a/client/src/pages/Enrollment/Address/Address.jsx +++ b/client/src/pages/Enrollment/Address/Address.jsx @@ -5,6 +5,7 @@ import { State, City } from 'country-state-city' import Select from 'react-select' import { userContext } from '../../../context/User' import { useTranslation } from 'react-i18next' +import PopUpModal from '../../../components/Modal/Modal' import styles from './Address.module.css' @@ -47,6 +48,26 @@ const Address = () => { return ( <>
+ +
    +
  • + Enter your details according to the relevant fields +
  • +
  • + State: Select the state you belong to. from the dropdown list +
  • +
  • + District: Select the district you belong to. from the dropdown + list +
  • +
+ + } + />