diff --git a/frontend/src/Components/common/Footer/LegalSection/PrivacyPolicyPage.jsx b/frontend/src/Components/common/Footer/LegalSection/PrivacyPolicyPage.jsx index feac66e..3b3ff2d 100644 --- a/frontend/src/Components/common/Footer/LegalSection/PrivacyPolicyPage.jsx +++ b/frontend/src/Components/common/Footer/LegalSection/PrivacyPolicyPage.jsx @@ -34,60 +34,57 @@ const dataArray = [ const PrivacyPolicyPage = () => { const [activeIndex, setActiveIndex] = useState(null); - + const toggleBtn = (index) => { setActiveIndex(activeIndex === index ? null : index); }; return ( - <> -
- {data.title} -
-+ {data.title} +
++
{data.para}
- - )} - - ))} -