Next 13.4 and React 18 (#40039)
This commit is contained in:
@@ -45,14 +45,14 @@ export const SimpleHeader = () => {
|
||||
aria-label="Main"
|
||||
>
|
||||
<div className="d-flex flex-items-center" style={{ zIndex: 3 }} id="github-logo-mobile">
|
||||
<Link href={`/${router.locale}`}>
|
||||
<Link href={`/${router.locale}`} passHref legacyBehavior>
|
||||
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
|
||||
<a aria-hidden="true" tabIndex={-1}>
|
||||
<MarkGithubIcon size={32} className="color-fg-default" />
|
||||
</a>
|
||||
</Link>
|
||||
|
||||
<Link href={`/${router.locale}`}>
|
||||
<Link href={`/${router.locale}`} passHref legacyBehavior>
|
||||
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
|
||||
<a className="h4 color-fg-default no-underline no-wrap pl-2">GitHub Docs</a>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user