fix(new-design): Migrate Link to NextJS 13
This commit is contained in:
parent
20e0b8a675
commit
dfd404108d
2 changed files with 10 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue