We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee99cf6 commit c5017e2Copy full SHA for c5017e2
course-matrix/frontend/src/pages/Home/TimetableCard.tsx
@@ -114,6 +114,7 @@ const TimetableCard = ({
114
onChange={(e) => setTimetableCardTitle(e.target.value)}
115
/>
116
</CardTitle>
117
+ <div className="p-2">
118
<Star
119
className={`cursor-pointer h-5 w-5 transition-colors ${
120
toggled
@@ -122,6 +123,7 @@ const TimetableCard = ({
122
123
} `}
124
onClick={() => handleFavourite()}
125
126
+ </div>
127
128
<div className="flex justify-around">
129
{!isEditingTitle && (
0 commit comments