Skip to content

Commit

Permalink
add courses
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 committed Oct 22, 2023
1 parent 20a9436 commit 6c37254
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const AddCourseButton: React.FC<AddCourseButtonProps & ButtonProps> = ({
const activeStyle = {
backgroundColor: "neutral.900",
borderColor: "primary.blue.dark.300",
transform: "scale(0.96)"
transform: "scale(0.96)",
};

return (
Expand All @@ -34,7 +34,7 @@ export const AddCourseButton: React.FC<AddCourseButtonProps & ButtonProps> = ({
color="primary.blue.light.main"
{...buttonProps}
>
Add Course
Add Courses
</Button>
);
};

0 comments on commit 6c37254

Please sign in to comment.