File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/3_widgets/privacyPolicy/ui Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ import { Link } from "react-router-dom";
22
33export function PrivacyPolicy ( ) {
44 return (
5- < div className = "flex flex-col items-center h-screen" >
5+ < div className = "flex flex-col items-center h-screen m-10 " >
66 < p className = "text-3xl" > Surcharges Privacy Policy</ p >
77 < div className = "text-xl mt-5" >
8- < p > The Surcharges service including, iOS App, does not collect any user data of any kind .</ p >
8+ < p > The Surcharges service including, iOS App, does not collect any user data except purchages receipt image or photo .</ p >
99 < p > If you wish to verify this for yourself, see the source code through below links</ p >
1010 </ div >
1111 < div className = "flex flex-col items-center text-xl underline mt-5" >
1212 < Link to = "https://github.com/Surcharges/Front-end" > https://github.com/Surcharges/Front-end</ Link >
13+ < Link to = "https://github.com/Surcharges/Back-end" > https://github.com/Surcharges/Back-end</ Link >
1314 < Link to = "https://github.com/Surcharges/iOS" > https://github.com/Surcharges/iOS</ Link >
1415 </ div >
1516 </ div >
You can’t perform that action at this time.
0 commit comments