From dcef934aefb09415c930d7a19852db217a203e28 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 10 Nov 2019 20:49:34 +0400 Subject: [PATCH] Remove upcoming page --- components/featured-content/index.js | 1 + components/featured-content/journeys.js | 54 ------------------------- data/guides.json | 2 +- 3 files changed, 2 insertions(+), 55 deletions(-) delete mode 100644 components/featured-content/journeys.js diff --git a/components/featured-content/index.js b/components/featured-content/index.js index 665fd2d4e..33d17c9ad 100644 --- a/components/featured-content/index.js +++ b/components/featured-content/index.js @@ -1,6 +1,7 @@ import { FeaturedWrap } from './style'; import FeaturedGuides from './guides'; import FeaturedRoadmaps from './roadmaps'; +import FeaturedJourneys from './journeys'; const FeaturedContent = (props) => ( diff --git a/components/featured-content/journeys.js b/components/featured-content/journeys.js deleted file mode 100644 index ac97ea7e6..000000000 --- a/components/featured-content/journeys.js +++ /dev/null @@ -1,54 +0,0 @@ -import { FeaturedContentWrap } from './style'; - -const FeaturedJourneys = () => ( - -
-

- - List of most visited Journeys  - View all Journeys → - -

-
- - - - -
-
-
-); - -export default FeaturedJourneys; \ No newline at end of file diff --git a/data/guides.json b/data/guides.json index dba0805a1..e330c737d 100644 --- a/data/guides.json +++ b/data/guides.json @@ -54,7 +54,7 @@ "description": "The evolution of HTTP. How it all started and where we stand today", "url": "/guides/journey-to-http2", "fileName": "http-caching", - "featured": false, + "featured": true, "author": "kamranahmedse", "updatedAt": "2019-10-09T12:00:00.860Z", "createdAt": "2019-01-23T17:00:00.860Z"