From b50fff6411e060b08a2321eec6ec0135907bbb0e Mon Sep 17 00:00:00 2001 From: khadiatullo Date: Sat, 26 Apr 2025 21:48:32 +0300 Subject: [PATCH] change: changed hero-section and footer --- src/widgets/footer.tsx | 2 +- src/widgets/hero-section.tsx | 4 ++-- tailwind.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/widgets/footer.tsx b/src/widgets/footer.tsx index fd994cd..8c2d5a8 100644 --- a/src/widgets/footer.tsx +++ b/src/widgets/footer.tsx @@ -135,7 +135,7 @@ export const Footer = () => { className='w-full rounded-md border border-gray-700 bg-gray-800 px-4 py-2 text-white' /> diff --git a/src/widgets/hero-section.tsx b/src/widgets/hero-section.tsx index 9f73618..daddb15 100644 --- a/src/widgets/hero-section.tsx +++ b/src/widgets/hero-section.tsx @@ -26,7 +26,7 @@ export const HeroSection = () => {

- Сеть современных заправок в Таджикистане + {t('home.hero.title')}

@@ -39,7 +39,7 @@ export const HeroSection = () => {

diff --git a/tailwind.config.js b/tailwind.config.js index d4a3173..51632a4 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -80,7 +80,7 @@ module.exports = { from: { height: 'var(--radix-accordion-content-height)' }, to: { height: '0' }, }, - 'caret-blink11': { + 'caret-blink': { '0%,70%,100%': { opacity: '1' }, '20%,50%': { opacity: '0' }, },