File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import { isChromaticEnv } from '../utils/featureFlags'
66
77// These must match the new tab page's numbers.
88// Eventually call the API instead of hard-coding.
9- const MONEY_RAISED = 1900000 .0 // Also update in useMoneyRaised.js
10- const MONEY_RAISED_UPDATE_TIME = moment ( '2025-03-11T21 :00:00.000Z' )
11- const DOLLARS_PER_DAY_RATE = 380 .0
9+ const MONEY_RAISED = 1980856 .0 // Also update in useMoneyRaised.js
10+ const MONEY_RAISED_UPDATE_TIME = moment ( '2026-10-10T21 :00:00.000Z' )
11+ const DOLLARS_PER_DAY_RATE = 310 .0
1212
1313// todo: Turn this into a functional component so we can just reuse the hook here
1414class MoneyRaised extends React . Component {
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { isChromaticEnv } from '../utils/featureFlags'
44
55// These must match the new tab page's numbers.
66// Eventually call the API instead of hard-coding.
7- const MONEY_RAISED = 1900000 .0 // Also update in src/components/MoneyRaised.js
8- const MONEY_RAISED_UPDATE_TIME = moment ( '2025-03-11T21 :00:00.000Z' )
9- const DOLLARS_PER_DAY_RATE = 380 .0
7+ const MONEY_RAISED = 1980856 .0 // Also update in src/components/MoneyRaised.js
8+ const MONEY_RAISED_UPDATE_TIME = moment ( '2026-10-10T21 :00:00.000Z' )
9+ const DOLLARS_PER_DAY_RATE = 310 .0
1010
1111const useMoneyRaised = ( ) => {
1212 const [ moneyRaised , setMoneyRaised ] = useState ( null )
You can’t perform that action at this time.
0 commit comments