Skip to content

Commit

Permalink
added "no upcoming courses" info under Upcoming courses category for …
Browse files Browse the repository at this point in the history
…a better description and look.
  • Loading branch information
ashwaqaljanahi2021 committed Oct 8, 2024
1 parent 8faaac2 commit 3f29380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions devU-client/src/components/pages/homePage/homePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ h3 {

}

h4 {
margin-left: 20px;
}


.coursesContainer {
display: flex;
flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion devU-client/src/components/pages/homePage/homePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const HomePage = () => {
<h3>Upcoming</h3>
<div className={styles.largeLine}></div>
</div>

{ <h4>No upcoming courses</h4>}
</PageWrapper>
)
}
Expand Down

0 comments on commit 3f29380

Please sign in to comment.