We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f541338 commit bf55963Copy full SHA for bf55963
1 file changed
apps/frontend/src/app/page.tsx
@@ -119,14 +119,14 @@ export default function Home() {
119
120
<section className="footer-card">
121
<div>
122
- <h3>Ready for CI + agents</h3>
+ <h3>Backend-first flow</h3>
123
<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.
+ This UI runs alongside the Rust backend. Start the backend first,
+ then open the frontend to upload bundles and review reports.
126
</p>
127
</div>
128
<button className="primary-button" type="button">
129
- Connect backend
+ Start backend
130
</button>
131
</section>
132
</main>
0 commit comments