diff --git a/superpage/src/components/Menu.jsx b/superpage/src/components/Menu.jsx index dbd240b..fa88c19 100644 --- a/superpage/src/components/Menu.jsx +++ b/superpage/src/components/Menu.jsx @@ -82,7 +82,7 @@ export function Menu({ recentCourses }) { {recentCourses.map(({ data: { title, slug } }, idx) => { return (
  • - {title} + {title}
  • ) })}