Skip to content

Commit

Permalink
Merge pull request #648 from ita-social-projects/#634-Update-Rules-an…
Browse files Browse the repository at this point in the history
…d-conditions-of-use-of-the-site

#634 update rules and conditions of use of the site
  • Loading branch information
alona-ruda authored Jun 23, 2024
2 parents fd9eba3 + b7c4611 commit 42b09d6
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const LinkContainer = () => {
Privacy Policy
</NavLink>
<NavLink to="/terms-and-conditions/" className={getClassName}>
Terms & Conditions
Умови користування
</NavLink>
<NavLink to="/cookies-policy/" className={getClassName}>
Cookie Policy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
color: var(--main-footer-background);
text-transform: uppercase;
margin-bottom: 24px;
whiter-space: nowrap;
}

.link_text__active{
width: 234px;
color: var(--main-header-color);
text-transform: uppercase;
margin-bottom: 24px;
whiter-space: nowrap;
}

.link_text:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const POLICY_LINKS = [
},
{
id: 'i1',
title: 'Terms & Conditions',
title: 'Умови користування',
link: 'terms-and-conditions/'
},
{
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;
}
Loading

0 comments on commit 42b09d6

Please sign in to comment.