Skip to content

Commit

Permalink
endre visTil dato
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslysne committed Nov 5, 2024
1 parent 7b19cc1 commit bb37ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Hovedside/AktueltRubrikk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const aktuelt: Array<AktueltProps> = [
lenke: 'https://www.nav.no/arbeidsgiver/nye-inntektsmeldinger',
tittel: 'Ny løsning for inntektsmelding for foreldre- og svangerskapspenger kommer snart',
visFra: new Date('2024-11-05T00:00:00+02:00'),
visTil: new Date('2024-12-01T00:00:00+02:00'),
visTil: new Date('2024-12-31T00:00:00+02:00'),
tilgangssjekk: (_) => true
}
];
Expand Down

0 comments on commit bb37ba7

Please sign in to comment.