From 1cece6145cba2924b32b9391dece5b39e99307b8 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 29 Aug 2024 17:45:14 +0300 Subject: [PATCH] feat: https links replaced with router Link component in Privacy Policy --- .../SubSections/SubSectionFirst/SectionFirst.component.tsx | 4 +++- .../PrivatePolicyPage/Title/Title.component.tsx | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/features/AdditionalPages/PrivatePolicyPage/SubSections/SubSectionFirst/SectionFirst.component.tsx b/src/features/AdditionalPages/PrivatePolicyPage/SubSections/SubSectionFirst/SectionFirst.component.tsx index d400a66da..296da6d0b 100644 --- a/src/features/AdditionalPages/PrivatePolicyPage/SubSections/SubSectionFirst/SectionFirst.component.tsx +++ b/src/features/AdditionalPages/PrivatePolicyPage/SubSections/SubSectionFirst/SectionFirst.component.tsx @@ -1,10 +1,12 @@ +import { Link } from "react-router-dom"; + const SectionFirst = () => (
1. Загальні положення
Управління платформою   - https://www.streetcode.com.ua + www.streetcode.com.ua   (далі — платформа) здійснюється Громадською організацією «Історична платформа» (ЄДРПОУ 44801186) — юридичною особою, diff --git a/src/features/AdditionalPages/PrivatePolicyPage/Title/Title.component.tsx b/src/features/AdditionalPages/PrivatePolicyPage/Title/Title.component.tsx index b8ed07fda..db3f54643 100644 --- a/src/features/AdditionalPages/PrivatePolicyPage/Title/Title.component.tsx +++ b/src/features/AdditionalPages/PrivatePolicyPage/Title/Title.component.tsx @@ -1,5 +1,7 @@ import './Title.styles.scss'; +import { Link } from 'react-router-dom'; + const Title = () => (
@@ -7,7 +9,7 @@ const Title = () => (
Політика конфіденційності
та захисту персональних даних платформи  - www.streetcode.com.ua + www.streetcode.com.ua