Skip to content

Commit

Permalink
privacy policy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewakiv committed Jun 23, 2024
1 parent abd2f40 commit 140c772
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const LinkContainer = () => {
return (
<div className={styles['link']}>
<NavLink to="/privacy-policy/" className={getClassName}>
Privacy Policy
Політика конфіденційності
</NavLink>
<NavLink to="/terms-and-conditions/" className={getClassName}>
Terms & Conditions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Link } from 'react-router-dom';
const POLICY_LINKS = [
{
id: 'i0',
title: 'Privacy Policy',
title: 'Політика конфіденційності ',
link: 'privacy-policy/'
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
font-weight: 400;
line-height: 150%;
letter-spacing: -0.14px;
white-space: nowrap;
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
line-height: 38px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 12px;
}

.privacy_policy__link_container {
Expand Down Expand Up @@ -56,12 +55,12 @@
width: auto;
height: 266px;
margin-left: -100px;
margin-top: 332px;
margin-top: 100px;
}

.privacy_policy__img2{
height: 266px;
margin-top: 688px;
margin-top: 335px;
width: auto;
margin-left: -100px;
}
Expand Down
Loading

0 comments on commit 140c772

Please sign in to comment.