Skip to content

Commit c476641

Browse files
committed
Update club participation dates in CV data for accuracy
1 parent fbcb1c7 commit c476641

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/data/cv.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ const cvData: CVData = {
282282
{ name: "Goldman Sachs Software Engineering Virtual Experience Program on Forage - January 2025" }
283283
],
284284
clubs: [
285-
{ name: "HackMerced", role: "Coordinator and Director", date: "August 2023 - Present" },
286-
{ name: "Association for Computing Machinery", role: "Secretary", date: "March 2023 - Present" },
287-
{ name: "BobCAD", role: "Board Member, Ex-VP, and Treasurer", date: "August 2023 - Present" },
288-
{ name: "NSF Innovation Corps", role: "Teal Lead", date: "August 2023 - Present" }
285+
{ name: "HackMerced", role: "Coordinator and Director", date: "August 2023 - May 2025" },
286+
{ name: "Association for Computing Machinery", role: "Secretary", date: "March 2023 - May 2025" },
287+
{ name: "BobCAD", role: "Board Member, Ex-VP, and Treasurer", date: "August 2023 - May 2025" },
288+
{ name: "NSF Innovation Corps", role: "Teal Lead", date: "August 2023 - May 2025" }
289289
]
290290
};
291291

0 commit comments

Comments
 (0)