diff --git a/components/containers/Card.js b/components/containers/Card.js index 01671d82..22dfcf21 100644 --- a/components/containers/Card.js +++ b/components/containers/Card.js @@ -11,7 +11,9 @@ export default function Card({ {linkText} ) : ( - {linkText} + + {linkText} + ); return (
- - - Our footer logo - - + + Our footer logo +
diff --git a/pages/index.js b/pages/index.js index 4a4ecea0..ce47a997 100644 --- a/pages/index.js +++ b/pages/index.js @@ -41,7 +41,7 @@ export default function Home() { altTag: 'Join the project', content: 'Are you learning web development and need mentorship? Are you a web dev looking for help or a code buddy for a project?', - link: "/about'", + link: '/about', linkText: 'Learn more', }, {