Skip to content

Commit

Permalink
learnreact.com: redirect /react-function-components-use-props
Browse files Browse the repository at this point in the history
  • Loading branch information
chantastic committed Jan 27, 2020
1 parent 5102b91 commit 33507ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions learnreact.com/pages/courses/function-components.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import * as YouTube from "../../components/youtube";

<Head>
<title>Learn React | Function Components</title>
</Head>
Expand Down Expand Up @@ -31,7 +29,7 @@ export const lessons = [
},
{
title: "Use props",
uri: "/lessons/react-function-componentns-use-props",
uri: "/lessons/react-function-components-use-props",
videoEmbed: "https://www.youtube.com/embed/JiFii5qySI0"
},
{
Expand Down Expand Up @@ -88,7 +86,7 @@ export function Lesson({ title, course, videoEmbed, ...props }) {
></iframe>
<Index />
</article>
);
);
}

export function Index() {
Expand Down
1 change: 1 addition & 0 deletions learnreact.com/public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/react-function-componentns-use-props /react-function-components-use-props

0 comments on commit 33507ad

Please sign in to comment.