diff --git a/devU-client/src/components/pages/homePage/homePage.scss b/devU-client/src/components/pages/homePage/homePage.scss index fbf4d332..e84eab94 100644 --- a/devU-client/src/components/pages/homePage/homePage.scss +++ b/devU-client/src/components/pages/homePage/homePage.scss @@ -18,6 +18,11 @@ h3 { } +h4 { + margin-left: 20px; +} + + .coursesContainer { display: flex; flex-direction: row; diff --git a/devU-client/src/components/pages/homePage/homePage.tsx b/devU-client/src/components/pages/homePage/homePage.tsx index 381a1f76..cd3afaaa 100644 --- a/devU-client/src/components/pages/homePage/homePage.tsx +++ b/devU-client/src/components/pages/homePage/homePage.tsx @@ -121,7 +121,7 @@ const HomePage = () => {

Upcoming

- + {

No upcoming courses

} ) }