Skip to content

Commit b5ca527

Browse files
committed
feat: add development note for stability mode subscription requirement
1 parent d0c3825 commit b5ca527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,7 @@ export default function ViewerBotInterface() {
987987
{isStabilityLocked && !isSubscriptionLoading && (
988988
<p className="mt-2 text-xs text-yellow-500">
989989
An active subscription is required to enable stability mode.
990+
(in development)
990991
</p>
991992
)}
992993
</div>

0 commit comments

Comments
 (0)