diff --git a/next.config.js b/next.config.js index 146dd2e..60a6311 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,9 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - // другие настройки + eslint: { + ignoreDuringBuilds: true, + }, } module.exports = nextConfig diff --git a/public/sitemap-0.xml b/public/sitemap-0.xml index 0cc4880..d6fa743 100644 --- a/public/sitemap-0.xml +++ b/public/sitemap-0.xml @@ -1,11 +1,11 @@ -https://strike-arena.kz/admin/contacts2026-01-25T13:27:38.584Zweekly0.7 -https://strike-arena.kz/admin/games2026-01-25T13:27:38.585Zweekly0.7 -https://strike-arena.kz/admin/price2026-01-25T13:27:38.585Zweekly0.7 -https://strike-arena.kz/admin/faq2026-01-25T13:27:38.585Zweekly0.7 -https://strike-arena.kz2026-01-25T13:27:38.585Zweekly0.7 -https://strike-arena.kz/admin/login2026-01-25T13:27:38.585Zweekly0.7 -https://strike-arena.kz/policy2026-01-25T13:27:38.585Zweekly0.7 -https://strike-arena.kz/admin/hardware2026-01-25T13:27:38.585Zweekly0.7 +https://strike-arena.kz/admin/contacts2026-06-02T12:51:55.363Zweekly0.7 +https://strike-arena.kz/admin/faq2026-06-02T12:51:55.363Zweekly0.7 +https://strike-arena.kz/admin/games2026-06-02T12:51:55.363Zweekly0.7 +https://strike-arena.kz/admin/login2026-06-02T12:51:55.363Zweekly0.7 +https://strike-arena.kz/admin/price2026-06-02T12:51:55.363Zweekly0.7 +https://strike-arena.kz/policy2026-06-02T12:51:55.363Zweekly0.7 +https://strike-arena.kz/admin/hardware2026-06-02T12:51:55.363Zweekly0.7 +https://strike-arena.kz2026-06-02T12:51:55.363Zweekly0.7 \ No newline at end of file diff --git a/src/styles/modal.styled.ts b/src/styles/modal.styled.ts index c877381..751b2d9 100644 --- a/src/styles/modal.styled.ts +++ b/src/styles/modal.styled.ts @@ -1,4 +1,4 @@ -import {blackColor, darkGreenColor, gradient, lightGreenColor, modalColor, whiteColor} from "@/styles/colors"; +import {blackColor, darkGreenColor, gradient, inactiveBorderColor, inactiveTextColor, lightGreenColor, modalColor, whiteColor} from "@/styles/colors"; import styled from "styled-components"; import {IMaskInput} from "react-imask";