From b722c540361a540642d60446810ecbf6b20991a2 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Sun, 3 May 2026 17:49:25 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/layout/footer/Footer.astro | 1 - frontend/src/pages/consent.astro | 390 ------------------ 2 files changed, 391 deletions(-) delete mode 100644 frontend/src/pages/consent.astro 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