From f49d6f73514c45615d2775eab807c9c0fc669805 Mon Sep 17 00:00:00 2001 From: Yocto Date: Fri, 20 Dec 2024 17:43:52 -0700 Subject: [PATCH] More buy stuff If this doesn't work I'll revert it --- client/src/helpers.ts | 2 +- client/src/ui/modals/ChangelogModal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/helpers.ts b/client/src/helpers.ts index eea0ac78..d5fa381c 100644 --- a/client/src/helpers.ts +++ b/client/src/helpers.ts @@ -132,7 +132,7 @@ export function buyFormats(amount: number) { if(amount === 0) return '0'; - const values = ['<5', '<10', '10+', '20+', '50+', '100+', '200+', '500+', '1K+', '2K+', '5K+', '10K+', '20K+', '50K+', '100K+', '200K+', '500K+', '1M+', '2M+', '5M+', '10M+']; + const values = ['<3', '<5', '<10', '10+', '20+', '30+', '40+', '50+', '60+', '70+', '80+', '90+', '100+', '200+', '300+', '400+', '500+', '600+', '700+', '800+', '900+', '1K+', '2K+', '3K+', '4K+', '5K+', '6K+', '7K+', '8K+', '9K+', '10K+', '15K+', '20K+', '25K+', '30K+', '35K+', '40K+', '45K+', '50K+', '55K+', '60K+', '65K+', '70K+', '75K+', '80K+', '85K+', '90K+', '95K+', '100K+', '105K+', '110K+', '115K+', '120K+', '125K+', '130K+', '135K+', '140K+', '145K+', '150K+', '155K+', '160K+', '165K+', '170K+', '175K+', '180K+', '185K+', '190K+', '195K+', '200K+', '500K+', '1M+', '2M+', '5M+', '10M+']; const amountToNumber = (val: string) => { const num = parseFloat(val.replace(/[<+KM]/g, '')); diff --git a/client/src/ui/modals/ChangelogModal.tsx b/client/src/ui/modals/ChangelogModal.tsx index 9f4d2a7b..75eed6c2 100644 --- a/client/src/ui/modals/ChangelogModal.tsx +++ b/client/src/ui/modals/ChangelogModal.tsx @@ -16,7 +16,7 @@ function ChangelogModal() {

Winter Event (Part 2)

- + );