We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16bde2 commit 35cfef7Copy full SHA for 35cfef7
src/components/parts/education/Education.tsx
@@ -78,7 +78,7 @@ const InfoAlert: FC = () => {
78
);
79
};
80
81
-const [UNI_ECTS, UNI_ECTS_MAX] = [19, 180] as const;
+const [UNI_ECTS, UNI_ECTS_MAX] = [51, 180] as const;
82
83
const Education: FC = () => {
84
return (
0 commit comments