Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#634 update rules and conditions of use of the site #648

Merged
Merged
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: 'Умови користування',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to fix the display of links in the footer
2
1

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
Loading