chore: clarify v1.0.0 progress reset in early access notice

This commit is contained in:
2026-03-07 15:35:18 -08:00
committed by Naomi Carrigan
parent c40ec41dd6
commit f79d88e31c
+1 -1
View File
@@ -67,7 +67,7 @@ export const ClickArea = (): React.JSX.Element => {
</div>
<p className="click-power">+{formatNumber(clickPower)} gold/click</p>
<p className="early-access-notice">
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. <strong>All game progress WILL be reset upon v1.0.0 release.</strong>
</p>
</section>
);