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) => { })} - +