Skip to content

Commit 35cfef7

Browse files
committed
Update ECTS
1 parent d16bde2 commit 35cfef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/parts/education/Education.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const InfoAlert: FC = () => {
7878
);
7979
};
8080

81-
const [UNI_ECTS, UNI_ECTS_MAX] = [19, 180] as const;
81+
const [UNI_ECTS, UNI_ECTS_MAX] = [51, 180] as const;
8282

8383
const Education: FC = () => {
8484
return (

0 commit comments

Comments
 (0)