Skip to content

Commit dd4f131

Browse files
committed
Fix date format for summer internship entry in CV data
1 parent 77131a0 commit dd4f131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/cv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const cvData: CVData = {
149149
{
150150
title: "Summer Internship",
151151
organization: "Zscaler",
152-
date: "July - Aug 2023",
152+
date: "July 2023 - Aug 2023",
153153
description: [
154154
"Rotational summer internship program, participated in NOC, Analyst, Product Management, and Monitoring teams.",
155155
"Product Management: Automation development for remote monitoring and notification, requirements gathering, feature prioritization, user journey mapping.",

0 commit comments

Comments
 (0)