From 2732699c4c09a242d2d7667c7e534350dde68e32 Mon Sep 17 00:00:00 2001 From: Sabertaz Date: Sat, 25 Mar 2023 22:12:55 +0800 Subject: [PATCH] fix(Footer): update React website link (#1080) --- components/Footer/Footer.tsx | 2 +- components/Footer/__snapshots__/Footer.test.tsx.snap | 2 +- layouts/__snapshots__/Layout.test.tsx.snap | 2 +- layouts/__snapshots__/PostLayout.test.tsx.snap | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 04412caea..ca74bbe78 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -47,7 +47,7 @@ const Footer = ({ - Built with React and{' '} + Built with React and{' '} Next diff --git a/components/Footer/__snapshots__/Footer.test.tsx.snap b/components/Footer/__snapshots__/Footer.test.tsx.snap index ce5654a4a..125ab0edb 100644 --- a/components/Footer/__snapshots__/Footer.test.tsx.snap +++ b/components/Footer/__snapshots__/Footer.test.tsx.snap @@ -211,7 +211,7 @@ exports[`Footer should render correctly (snapshot) 1`] = ` Built with React diff --git a/layouts/__snapshots__/Layout.test.tsx.snap b/layouts/__snapshots__/Layout.test.tsx.snap index 3cc8ab524..1afdcc112 100644 --- a/layouts/__snapshots__/Layout.test.tsx.snap +++ b/layouts/__snapshots__/Layout.test.tsx.snap @@ -604,7 +604,7 @@ exports[`Layout should render correctly (snapshot) 1`] = ` Built with React diff --git a/layouts/__snapshots__/PostLayout.test.tsx.snap b/layouts/__snapshots__/PostLayout.test.tsx.snap index bd3465f00..275c78f99 100644 --- a/layouts/__snapshots__/PostLayout.test.tsx.snap +++ b/layouts/__snapshots__/PostLayout.test.tsx.snap @@ -590,7 +590,7 @@ exports[`PostLayout should render correctly (snapshot) 1`] = ` Built with React