Skip to content

Commit bf55963

Browse files
committed
feat(frontend): switch footer to backend-first copy
1 parent f541338 commit bf55963

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/frontend/src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ export default function Home() {
119119

120120
<section className="footer-card">
121121
<div>
122-
<h3>Ready for CI + agents</h3>
122+
<h3>Backend-first flow</h3>
123123
<p>
124-
Connect verifyOS to your pipeline or workflow bot. We’ll keep your
125-
reviewers and AI assistants focused on the highest-impact fixes.
124+
This UI runs alongside the Rust backend. Start the backend first,
125+
then open the frontend to upload bundles and review reports.
126126
</p>
127127
</div>
128128
<button className="primary-button" type="button">
129-
Connect backend
129+
Start backend
130130
</button>
131131
</section>
132132
</main>

0 commit comments

Comments
 (0)