Skip to content

Commit

Permalink
Merge pull request #15 from el-ausspeedruns/patch-2
Browse files Browse the repository at this point in the history
About - Amount Raised Change
  • Loading branch information
EwanLyon committed Jul 23, 2023
2 parents e480fb3 + 0881dc7 commit 6956b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function padZerosLocaleString(num: number, zeros: number): string {
);
}

const AMOUNT_RAISED = 110000; // $110,000
const AMOUNT_RAISED = 145000; // $145,000

export default function Home() {
const amountRef = useRef<HTMLSpanElement>(null);
Expand Down

0 comments on commit 6956b7b

Please sign in to comment.