Skip to content

Commit

Permalink
fix(Footer): update React website link (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Mar 25, 2023
1 parent b10c28b commit 2732699
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Footer = ({
</Col>
<Col className="mx-6">
<span>
Built with <a href="https://reactjs.org">React</a> and{' '}
Built with <a href="https://react.dev">React</a> and{' '}
<a href="https://nextjs.org">Next</a>
</span>
</Col>
Expand Down
2 changes: 1 addition & 1 deletion components/Footer/__snapshots__/Footer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ exports[`Footer should render correctly (snapshot) 1`] = `
<span>
Built with
<a
href="https://reactjs.org"
href="https://react.dev"
>
React
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/__snapshots__/Layout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ exports[`Layout should render correctly (snapshot) 1`] = `
<span>
Built with
<a
href="https://reactjs.org"
href="https://react.dev"
>
React
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/__snapshots__/PostLayout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ exports[`PostLayout should render correctly (snapshot) 1`] = `
<span>
Built with
<a
href="https://reactjs.org"
href="https://react.dev"
>
React
</a>
Expand Down

1 comment on commit 2732699

@vercel
Copy link

@vercel vercel bot commented on 2732699 Mar 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog.tazimi.dev
blog-git-main-sabertaz.vercel.app
blog-sabertaz.vercel.app

Please sign in to comment.