From 987eb638250ef6281a61f484737dbfdd1c065698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Thu, 17 Apr 2025 13:46:13 -0300 Subject: [PATCH] fix link --- superpage/src/components/Menu.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}
  • ) })}