Skip to content

Commit

Permalink
Update ECTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Sep 19, 2024
1 parent d16bde2 commit 35cfef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/parts/education/Education.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const InfoAlert: FC = () => {
);
};

const [UNI_ECTS, UNI_ECTS_MAX] = [19, 180] as const;
const [UNI_ECTS, UNI_ECTS_MAX] = [51, 180] as const;

const Education: FC = () => {
return (
Expand Down

0 comments on commit 35cfef7

Please sign in to comment.