From 2acab47351906b5a2e825ac1e1c231aaf238db5b Mon Sep 17 00:00:00 2001 From: Zhakhangir Anuarbek Date: Mon, 4 Aug 2025 19:07:48 +0500 Subject: [PATCH] feat: add cookie consent banner and functionality to accept cookies --- src/components/Info.tsx | 10 ++++-- src/components/Navbar.tsx | 4 +-- src/pages/_document.tsx | 74 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+), 5 deletions(-) diff --git a/src/components/Info.tsx b/src/components/Info.tsx index 4541ffc..c90763e 100644 --- a/src/components/Info.tsx +++ b/src/components/Info.tsx @@ -35,8 +35,8 @@ function Info() {

- Организованный Департаментом спорта Москвы и РАФ, - он объединяет фанатов скорости и семьи. + Организованный Департаментом спорта Москвы и РАФ, он объединяет + фанатов скорости и семьи.

@@ -66,7 +66,11 @@ function Info() {
+ {/* Cookie Banner */} + +
+ + {/* Cookie Banner Script */} +