From e8525965b9dd3078ae3482cfd4c32f241101413f Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Fri, 9 Feb 2018 11:04:50 +0800 Subject: [PATCH] Fix code highlight in tutorial (#3935) --- 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";