refactor(footer, header): remove unused components and clean up code
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user