Skip to content

Commit

Permalink
Update season configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Moitié committed Sep 11, 2023
1 parent 471905e commit aeb4fee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import moment from 'moment';

export const seasonStart = moment('2023-06-13T00:00:00+00:00').utc();
export const seasonEnd = moment('2023-09-12T00:00:00+00:00').utc();
export const weekSeasonStart = moment('2023-06-13T00:00:00+00:00').utc();
export const seasonStart = moment('2023-09-12T00:00:00+00:00').utc();
export const seasonEnd = moment('2023-12-12T00:00:00+00:00').utc();
export const weekSeasonStart = moment('2023-09-12T00:00:00+00:00').utc();

export const firebaseConfig = {
apiKey: 'AIzaSyAWNRqHLhhvhzKl0gkKybocd0nAk2eTlVg',
Expand Down
6 changes: 6 additions & 0 deletions src/data/changelog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import moment from 'moment';

export default [{
date: moment('2023-09-12 00:00:00').utc(),
items: [
'Update to 2023S4',
'Add Google Sign in - Existing logins will work with Google sign in',
],
}, {
date: moment('2023-06-13 00:00:00').utc(),
items: [
'Update to 2023S3',
Expand Down

0 comments on commit aeb4fee

Please sign in to comment.