diff --git a/components/featured-content/guides.js b/components/featured-content/guides.js index 13c98d500..79606d705 100644 --- a/components/featured-content/guides.js +++ b/components/featured-content/guides.js @@ -1,3 +1,4 @@ +import Link from 'next/link'; import { FeaturedContentWrap } from './style'; const FeaturedGuides = () => ( @@ -6,7 +7,7 @@ const FeaturedGuides = () => (
List of most visited guides - View all Guides → + View all Guides →
Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.
diff --git a/components/page-header/index.js b/components/page-header/index.js index 1c07bed55..2a9684827 100644 --- a/components/page-header/index.js +++ b/components/page-header/index.js @@ -12,8 +12,8 @@ const PageHeader = () => (