From f79d88e31caf65b4aaf44254facbe2d6e8b1981c Mon Sep 17 00:00:00 2001 From: Hikari Date: Sat, 7 Mar 2026 15:35:18 -0800 Subject: [PATCH] chore: clarify v1.0.0 progress reset in early access notice --- apps/web/src/components/game/ClickArea.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/game/ClickArea.tsx b/apps/web/src/components/game/ClickArea.tsx index b46c378..379a092 100644 --- a/apps/web/src/components/game/ClickArea.tsx +++ b/apps/web/src/components/game/ClickArea.tsx @@ -67,7 +67,7 @@ export const ClickArea = (): React.JSX.Element => {

+{formatNumber(clickPower)} gold/click

- ⚠️ Early Access — this build is subject to change. We reserve the right to reset all progress at any time during early access as needed to facilitate development. + ⚠️ Early Access — this build is subject to change. All game progress WILL be reset upon v1.0.0 release.

);