mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(event): correct start time for non-event
This commit is contained in:
@@ -10,7 +10,7 @@ const gemsPromo = {
|
|||||||
|
|
||||||
export const EVENTS = {
|
export const EVENTS = {
|
||||||
noCurrentEvent2021: {
|
noCurrentEvent2021: {
|
||||||
start: '2021-04-30T08:00-05:00',
|
start: '2021-04-30T20:00-05:00',
|
||||||
end: '2021-08-23T08:00-05:00',
|
end: '2021-08-23T08:00-05:00',
|
||||||
season: 'normal',
|
season: 'normal',
|
||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user