From 12fd81012525c7e95a1ebe6e6045821a0594f815 Mon Sep 17 00:00:00 2001 From: Indigo5684 <159226326+Indigo5684@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:37:01 -0500 Subject: [PATCH] fix: date --- src/components/cards/EducationCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/EducationCard.vue b/src/components/cards/EducationCard.vue index 18dbf6e..234628e 100644 --- a/src/components/cards/EducationCard.vue +++ b/src/components/cards/EducationCard.vue @@ -3,7 +3,7 @@ const entries = [ { title: 'The University of Alabama', subtitle: 'Physics, Mathematics (Applied)', - date: '2024 -> 2026', + date: '2022 -> 2026', color: 'red', }, ]