diff --git a/src/pages/course-planner/index.tsx b/src/pages/course-planner/index.tsx index 9159573b..3698791d 100644 --- a/src/pages/course-planner/index.tsx +++ b/src/pages/course-planner/index.tsx @@ -270,7 +270,7 @@ const Foundation = () => { sx={{ display: "flex", alignItems: "center", - gap: "18px", + gap: "16px", }} > @@ -307,4 +307,4 @@ export async function getStaticProps({ locale }: { locale: string }) { ...(await serverSideTranslations(locale, ["common"])), }, }; -} +} \ No newline at end of file