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' }, },