Skip to content

Commit 911ce85

Browse files
committed
Oppdater datoer paaske 2025
1 parent 3af742e commit 911ce85

File tree

1 file changed

+1
-1
lines changed
  • apps/dolly-frontend/src/main/js/src/components/ui/background

1 file changed

+1
-1
lines changed

apps/dolly-frontend/src/main/js/src/components/ui/background/Background.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const isSummer = month >= 5 && month <= 7
3333
const isFall = month >= 8 && month <= 10
3434
const isWinter = month === 0 || month === 1
3535
const isChristmas = month === 11
36-
const isEaster = (month === 2 && day > 21) || (month === 3 && day === 1)
36+
const isEaster = month === 3 && (day > 10 || day < 22)
3737
const isFaarikaal = month === 8 && day > 23 && weekDay === 4
3838

3939
const DefaultBackground = styled.div`

0 commit comments

Comments
 (0)