diff --git a/src/components/About.vue b/src/components/About.vue index 409168a..a60634e 100644 --- a/src/components/About.vue +++ b/src/components/About.vue @@ -94,7 +94,7 @@ import { ref } from "vue"; const education = ref([ { id: 1, - course: "CTeSP in Programing and IT", + course: "CTeSP in Programming and IT", institution: "Polytechnic of Leiria", year: "2023", }, @@ -102,7 +102,7 @@ const education = ref([ id: 2, course: "Bachelor's Degree in Software Engineering", institution: "Polytechnic of Leiria", - year: "2026 (Expected)", + year: "2023 - Present", }, ]);