diff --git a/pages/index.js b/pages/index.js index 7c5071a..d885277 100644 --- a/pages/index.js +++ b/pages/index.js @@ -2,7 +2,7 @@ import Link from "next/link"; export default function Home() { return ( -
+
+

⌨️

-

- {title} -

-

- {description} -

+

{title}

+

{description}

+

🎉

-

- {title} -

-

- {description} -

+

{title}

+

{description}

{nextLessonId ? ( - + Start Lesson {nextLessonId} ) : null}
- diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index d4a09ee..d921172 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -20,7 +20,7 @@ export default function Footer({ const { fileContent } = useEditorContext(); return ( -