Skip to content

Commit 03f036f

Browse files
authored
Merge pull request #209 from makeopensource/#6-Color-scheme-and-aesthetics
Refined color scheme and aesthetics, prior commit was a branch of this.
2 parents a6af47e + f872c21 commit 03f036f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

devU-client/src/components/pages/homePage/homePage.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
margin-bottom: 20px;
7070
}
7171

72+
}
73+
7274
.buttonContainer{
7375
display: flex;
7476
gap: 20px;
@@ -79,7 +81,6 @@
7981
border-radius: 5px;
8082
text-decoration: none;
8183
font-weight: 600;
82-
cursor: pointer;
8384
}
8485

8586
#joinCourseBtn {

devU-client/src/components/utils/userOptionsDropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const UserOptionsDropdown = () => {
4747
<Link to={`/user/${userId}/update`} className={styles.option}>
4848
Account
4949
</Link>
50+
5051
<button className={styles.option} onClick={handleDropCourse}>
5152
Drop Course
5253
</button>

0 commit comments

Comments
 (0)