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