diff --git a/src/mockData/coreBaseData.ts b/src/mockData/coreBaseData.ts index 3e7ac7a0..f9382532 100644 --- a/src/mockData/coreBaseData.ts +++ b/src/mockData/coreBaseData.ts @@ -47,7 +47,7 @@ export const coreBaseData = { } ], support: { - name: 'Обрантый звонок', + callback: 'Обрантый звонок', phone_number: '+7 977 848-02-28' } } diff --git a/src/widgets/Footer/Footer.tsx b/src/widgets/Footer/Footer.tsx index 75bc7485..57575fe8 100644 --- a/src/widgets/Footer/Footer.tsx +++ b/src/widgets/Footer/Footer.tsx @@ -4,6 +4,7 @@ import Link from '@/shared/ui/Link/Link' import SubscribeForm from '@/features/SubscribeForm/SubscribeForm' import styles from './footer.module.scss' import Payments from '@/entities/Payments/Payments' +import { Button } from '@/shared/ui/Button/Button' function Footer() { const onSubmitHandler = () => {} @@ -29,14 +30,14 @@ function Footer() {

{coreBaseData.footer.support_work_time}

@@ -47,7 +48,7 @@ function Footer() {

Created by{' '} - + maxboom.ru

diff --git a/src/widgets/Footer/footer.module.scss b/src/widgets/Footer/footer.module.scss index cb37481c..dfde518f 100644 --- a/src/widgets/Footer/footer.module.scss +++ b/src/widgets/Footer/footer.module.scss @@ -93,6 +93,17 @@ &__link { text-decoration: none; color: var.$white; + cursor: pointer; + + &:hover { + color: var.$header-color; + } + } + + &__callback { + padding: 0; + font-size: 15px; + color: var.$white; &:hover { color: var.$header-color;