Skip to content

Commit c2bcd3f

Browse files
authored
Merge pull request #37 from davidleger95/fix/datess
fix: adjust dates
2 parents 02c03e9 + 4124a35 commit c2bcd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/Work/content.ts

Lines changed: 1 addition & 1 deletion
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(Month.November)],
57+
date: [new Date(2021, Month.January), new Date(2023, Month.November)],
5858
company: {
5959
name: 'Snyk',
6060
logo: {

0 commit comments

Comments
 (0)