mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix(DynamicBranding): fix lesbian pride day start date
This commit is contained in:
parent
51ef551d39
commit
3d8f1030dc
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ export const Lesbian: Variant = {
|
|||
// Apr 26
|
||||
name: 'Lesbian Pride',
|
||||
activeIf: (currentDate?: Date) =>
|
||||
matchDay(new Date('2021-Apr-25'), new Date('2021-Apt-27'), currentDate),
|
||||
matchDay(new Date('2021-Apr-25'), new Date('2021-Apr-27'), currentDate),
|
||||
sharedProps: {
|
||||
circleFill: '#D362A4',
|
||||
circleOuterFill: palette.taupe200,
|
||||
|
|
Loading…
Add table
Reference in a new issue