Skip to content

Commit

Permalink
fix: Set Ouderschapsverlof as leave task as well
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Feb 26, 2024
1 parent 942f764 commit 7fd2b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ These are entries with the following task names:

- Bijzonder verlof
- Feestdag
- Ouderschapsverlof
- Tijd voor tijd
- Verlof

Expand Down
1 change: 1 addition & 0 deletions src/content/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { getWeek, getYear } from 'date-fns';
const LEAVE_TASKS = [
'Bijzonder verlof',
'Feestdag',
'Ouderschapsverlof',
'Tijd voor tijd',
'Verlof',
];
Expand Down

0 comments on commit 7fd2b0c

Please sign in to comment.