From 20eef848233cae6c348e75bade3845ee701aef49 Mon Sep 17 00:00:00 2001 From: BunyodL Date: Wed, 21 May 2025 20:59:02 +0500 Subject: [PATCH] fix: make mails dynamic --- src/pages-templates/login/index.tsx | 2 +- src/widgets/vacancies-section.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages-templates/login/index.tsx b/src/pages-templates/login/index.tsx index 8036332..405d050 100644 --- a/src/pages-templates/login/index.tsx +++ b/src/pages-templates/login/index.tsx @@ -156,7 +156,7 @@ export default function LoginPage() {

{t('auth.loginIssues')}{' '} {t('auth.contactLink')} diff --git a/src/widgets/vacancies-section.tsx b/src/widgets/vacancies-section.tsx index d7dd60d..aead9e0 100644 --- a/src/widgets/vacancies-section.tsx +++ b/src/widgets/vacancies-section.tsx @@ -1,6 +1,7 @@ 'use client'; import { Briefcase } from 'lucide-react'; +import Link from 'next/link'; import { Jobs } from '@/app/api-utlities/@types/index'; @@ -16,7 +17,6 @@ import { TabsList, TabsTrigger, } from '@/shared/shadcn-ui/tabs'; -import Link from 'next/link'; interface VacanciesSectionProps { jobs: Jobs; @@ -131,7 +131,7 @@ const Vacancy = ({ jobTitle, location, tags }: VacancyProps) => { })} - +