Skip to content

Commit 3cfeb88

Browse files
author
David Leger
committed
fix: Kard start date
1 parent bc2838e commit 3cfeb88

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
@@ -55,7 +55,7 @@ export const work: Work[] = [
5555
slug: 'snyk',
5656
jobTitle: 'Senior Software Engineer',
5757
specialty: 'Growth',
58-
date: [new Date(2021, Month.January), new Date(Date.now())],
58+
date: [new Date(2024, Month.January), new Date(Date.now())],
5959
company: {
6060
name: 'Kard',
6161
logo: {

0 commit comments

Comments
 (0)