copy: change sovereign flow text from NAH! to STOP!

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-13 23:02:47 +00:00
parent 169e03d72d
commit d8b8237300
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ services:
context: .
dockerfile: Dockerfile
args:
CACHEBUST: "30"
CACHEBUST: "31"
VITE_USE_MOCK_DATA: "false"
VITE_CONTENT_ORIGIN: ${FRONTEND_URL}
VITE_INDEEHUB_API_URL: /api

View File

@@ -124,7 +124,7 @@
<!-- SOVEREIGN PHASE: NAH! -->
<div v-else-if="sovereignPhase === 'nah'" class="sovereign-nah" key="nah">
<span class="nah-text">NAH!</span>
<span class="nah-text">STOP!</span>
</div>
<!-- SOVEREIGN PHASE: Own Your Privacy -->