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 → - -

-
-
- - -
-

Kamran Ahmed

-

Engineering Lead at Al-tayer

-
-
-
-
- - -
-

Aras Atasaygin

-

Engg. Manager at Al-tayer

-
-
-
-
- - -
-

Dan Abramov

-

Co-founder and CTO at Blink

-
-
-
-
- - -
-

Chris Coyier

-

Co-founder of Codepen

-
-
-
-
-
-
-); - -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"