-
Notifications
You must be signed in to change notification settings - Fork 499
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump next from 12.1.0 to 13.5.1 (#897)
* Bump next from 12.1.0 to 13.5.1 Bumps [next](https://github.com/vercel/next.js) from 12.1.0 to 13.5.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v12.1.0...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Empty commit. Trigger redeploy after node version upgrade * Update nvmrc file * Update react * Fix deprecation error on <Link> components --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Martin Garcia <[email protected]>
- Loading branch information
1 parent
e2a5127
commit d76a27e
Showing
16 changed files
with
20,011 additions
and
5,632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v15.14.0 | ||
v16.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,25 +8,23 @@ const Footer = ({ setIsTelemetryModalVisible }) => { | |
<section className={styles.InnerContainer}> | ||
<hr className={styles.Separator} /> | ||
<nav className={styles.Navigation}> | ||
<Link href="/"> | ||
<a | ||
className={` | ||
not-link | ||
${styles.Link} | ||
`} | ||
> | ||
Home | ||
</a> | ||
<Link | ||
href="/" | ||
className={` | ||
not-link | ||
${styles.Link} | ||
`} | ||
> | ||
Home | ||
</Link> | ||
<Link href="mailto:[email protected]?subject=Contact%20from%20documentation%20"> | ||
<a | ||
className={` | ||
not-link | ||
${styles.Link} | ||
`} | ||
> | ||
Contact Us | ||
</a> | ||
<Link | ||
href="mailto:[email protected]?subject=Contact%20from%20documentation%20" | ||
className={` | ||
not-link | ||
${styles.Link} | ||
`} | ||
> | ||
Contact Us | ||
</Link> | ||
<a | ||
className={` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.