Typo Fix
This commit is contained in:
@@ -94,7 +94,7 @@ import { ref } from "vue";
|
|||||||
const education = ref([
|
const education = ref([
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
course: "CTeSP in Programing and IT",
|
course: "CTeSP in Programming and IT",
|
||||||
institution: "Polytechnic of Leiria",
|
institution: "Polytechnic of Leiria",
|
||||||
year: "2023",
|
year: "2023",
|
||||||
},
|
},
|
||||||
@@ -102,7 +102,7 @@ const education = ref([
|
|||||||
id: 2,
|
id: 2,
|
||||||
course: "Bachelor's Degree in Software Engineering",
|
course: "Bachelor's Degree in Software Engineering",
|
||||||
institution: "Polytechnic of Leiria",
|
institution: "Polytechnic of Leiria",
|
||||||
year: "2026 (Expected)",
|
year: "2023 - Present",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user