Skip to content

Commit cf9dd58

Browse files
authored
Privacy Policy has been changed #84 (#86)
1 parent e7c207e commit cf9dd58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/3_widgets/privacyPolicy/ui/PrivacyPolicy.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ import { Link } from "react-router-dom";
22

33
export 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>

0 commit comments

Comments
 (0)