1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Next 13.4 and React 18 (#40039)

This commit is contained in:
Peter Bengtsson
2023-08-09 10:30:26 -04:00
committed by GitHub
parent 508c4635a9
commit 33d81b41b7
17 changed files with 429 additions and 4676 deletions

View File

@@ -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>