1
0
Fork 0

fix(new-design): Migrate Link to NextJS 13

This commit is contained in:
joostdecock 2022-12-30 16:52:44 +01:00
parent 20e0b8a675
commit dfd404108d
2 changed files with 10 additions and 9 deletions

View file

@ -66,11 +66,9 @@ const Header = ({ app }) => {
<DocsIcon />
<span className="ml-2">{t('docs')}</span>
</a>
<Link href="/support">
<a role="button" className={btnClasses}>
<HelpIcon />
<span className="ml-2">{t('support')}</span>
</a>
<Link href="/support" role="button" className={btnClasses}>
<HelpIcon />
<span className="ml-2">{t('support')}</span>
</Link>
</div>
</div>