diff --git a/frontend/src/components/layout/footer/Footer.astro b/frontend/src/components/layout/footer/Footer.astro index 173f1ca..8c93718 100644 --- a/frontend/src/components/layout/footer/Footer.astro +++ b/frontend/src/components/layout/footer/Footer.astro @@ -12,7 +12,6 @@ const sectionsLinks = [ const legalLinks = [ { label: 'Политика конфиденциальности', href: '/privacy' }, { label: 'Условия использования', href: '/terms' }, - { label: 'Согласие на обработку ПДн', href: '/consent' }, ]; const otherLinks = [ diff --git a/frontend/src/pages/consent.astro b/frontend/src/pages/consent.astro deleted file mode 100644 index 31ef895..0000000 --- a/frontend/src/pages/consent.astro +++ /dev/null @@ -1,390 +0,0 @@ ---- -import Layout from '@layouts/Layout.astro'; -import { SITE_URL, COMPANY } from '@constants'; ---- - - - - - - \ No newline at end of file