From 19e92bf9b97bad0edff451f1d78644cc69744432 Mon Sep 17 00:00:00 2001 From: fakz9 Date: Fri, 3 May 2024 08:23:38 +0300 Subject: [PATCH] mobila fix --- .../DencoHelpsSection/DencoHelpsSection.tsx | 2 +- .../images/phone/{телефон 1.png => phone.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename src/shared/assets/images/phone/{телефон 1.png => phone.png} (100%) diff --git a/src/sections/DencoHelpsSection/DencoHelpsSection.tsx b/src/sections/DencoHelpsSection/DencoHelpsSection.tsx index 6e31390..46a3f19 100644 --- a/src/sections/DencoHelpsSection/DencoHelpsSection.tsx +++ b/src/sections/DencoHelpsSection/DencoHelpsSection.tsx @@ -2,7 +2,7 @@ import styles from './DencoHelpsSection.module.css' import {MessageBlock, MessageBlockProps} from "@/sections/DencoHelpsSection/components/MessageBlock/MessageBlock"; import {Container} from "@/shared/components/Container/Container"; import Image from "next/image"; -import phone from '@/shared/assets/images/phone/телефон 1.png'; +import phone from '@/shared/assets/images/phone/phone.png'; import phoneLight from '@/shared/assets/images/phone/phoneLight.svg' import phoneShadow from '@/shared/assets/images/phone/phoneShadow.svg' diff --git a/src/shared/assets/images/phone/телефон 1.png b/src/shared/assets/images/phone/phone.png similarity index 100% rename from src/shared/assets/images/phone/телефон 1.png rename to src/shared/assets/images/phone/phone.png