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 →

diff --git a/components/page-footer/index.js b/components/page-footer/index.js index 726b243db..9d3278d55 100644 --- a/components/page-footer/index.js +++ b/components/page-footer/index.js @@ -1,3 +1,4 @@ +import Link from 'next/link'; import { FooterWrap } from './style.js' const PageFooter = () => ( @@ -7,9 +8,11 @@ const PageFooter = () => (
- roadmap.sh + roadmap.sh by - @kamranahmedse + + @kamranahmedse +

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 = () => (
Roadmaps Guides - FAQs - Sign Up + FAQs + Sign Up