From a4c56075ad62634a275d229454566c9c2f3f3c7e Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Fri, 9 Feb 2018 10:56:00 +0800 Subject: [PATCH] Fix code highlight in tutorial --- docs/tutorial/part-four/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/part-four/index.md b/docs/tutorial/part-four/index.md index 5cd6d53153334..ba86990d81ba1 100644 --- a/docs/tutorial/part-four/index.md +++ b/docs/tutorial/part-four/index.md @@ -1019,7 +1019,7 @@ The last step is to link to our new pages from the index page. Return to `src/pages/index.js` and let's query for our Markdown slugs and create links. -```jsx{3,18-19,29,46-48} +```jsx{3,18-19,29,47-49} import React from "react"; import g from "glamorous"; import Link from "gatsby-link";