We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6af47e + f872c21 commit 03f036fCopy full SHA for 03f036f
2 files changed
devU-client/src/components/pages/homePage/homePage.scss
@@ -69,6 +69,8 @@
69
margin-bottom: 20px;
70
}
71
72
+}
73
+
74
.buttonContainer{
75
display: flex;
76
gap: 20px;
@@ -79,7 +81,6 @@
79
81
border-radius: 5px;
80
82
text-decoration: none;
83
font-weight: 600;
- cursor: pointer;
84
85
86
#joinCourseBtn {
devU-client/src/components/utils/userOptionsDropdown.tsx
@@ -47,6 +47,7 @@ const UserOptionsDropdown = () => {
47
<Link to={`/user/${userId}/update`} className={styles.option}>
48
Account
49
</Link>
50
51
<button className={styles.option} onClick={handleDropCourse}>
52
Drop Course
53
</button>
0 commit comments