refactor(footer, header): remove unused components and clean up code

This commit is contained in:
Danel Kungla
2025-08-21 21:30:29 +03:00
parent 8dfa0e5f4a
commit 6f67a21cc1
3 changed files with 3 additions and 21 deletions

View File

@@ -49,8 +49,8 @@ function MainCallToActionButton() {
</CtaButton>
<CtaButton variant={'link'}>
<Link href={'/company-offer'}>
<Trans i18nKey={'account:createCompanyAccount'} />
<Link href="/company-offer">
<Trans i18nKey="account:createCompanyAccount" />
</Link>
</CtaButton>
</div>