Skip to content

Commit

Permalink
push default NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_START back one day so it …
Browse files Browse the repository at this point in the history
…is Jan 9 PST
  • Loading branch information
gobengo committed Nov 8, 2023
1 parent 99fadf7 commit d6797da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/components/w3up-launch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';

const sunsetStartEnv = process.env.NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_START ?? '2023-01-09T00:00:00Z';
const sunsetStartEnv = process.env.NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_START ?? '2023-01-10T00:00:00Z';
const sunsetStartDate = new Date(Date.parse(sunsetStartEnv));

/**
Expand Down

0 comments on commit d6797da

Please sign in to comment.