Skip to content

Commit 6e46f61

Browse files
authored
Merge pull request #34 from davidleger95/fix/dates
fix: adjust dates on coops
2 parents b0f221a + af0b393 commit 6e46f61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sections/Work/content.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const work: Work[] = [
5454
slug: 'snyk',
5555
jobTitle: 'Software Engineer, Growth',
5656
specialty: 'Growth',
57-
date: [new Date(2021, Month.January), new Date(Date.now())],
57+
date: [new Date(2021, Month.January), new Date(Month.November)],
5858
company: {
5959
name: 'Snyk',
6060
logo: {
@@ -153,7 +153,7 @@ export const work: Work[] = [
153153
{
154154
slug: 'cvent-internship',
155155
jobTitle: 'Software Engineering Intern (Internship)',
156-
date: [new Date(2017, Month.May), new Date(2019, Month.January)],
156+
date: [new Date(2016, Month.May), new Date(2016, Month.August)],
157157
company: {
158158
name: 'Cvent',
159159
logo: {
@@ -176,7 +176,7 @@ export const work: Work[] = [
176176
{
177177
slug: 'unb-internship',
178178
jobTitle: 'Full-Stack Developer (Internship)',
179-
date: [new Date(2017, Month.May), new Date(2019, Month.January)],
179+
date: [new Date(2015, Month.January), new Date(2015, Month.April)],
180180
company: {
181181
name: 'University of New Brunswick',
182182
logo: {
@@ -198,7 +198,7 @@ export const work: Work[] = [
198198
{
199199
slug: 'mariner-internship',
200200
jobTitle: 'Junior Program Analyst (Internship)',
201-
date: [new Date(2017, Month.May), new Date(2019, Month.January)],
201+
date: [new Date(2014, Month.May), new Date(2014, Month.August)],
202202
company: {
203203
name: 'Mariner Innovations',
204204
logo: {

0 commit comments

Comments
 (0)