Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/marketing/src/pages/workspaces/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ const teamSizes = [
</div>
<div class="ws-phase">
<span class="ws-when">Next</span>
<span class="ws-what">Artifacts and reviews become facts, requirements, and testable standards.</span>
<span class="ws-what">Artifacts and reviews become facts, requirements, and testable standards. Versioned and accessible to your agents and teammates.</span>
</div>
<div class="ws-phase">
<span class="ws-when">Compound</span>
<span class="ws-what">Those standards get checked before and after code lands. Additionally, Workspaces will offer enhanced gating for PRs and releases; achieving higher quality and faster product verification.</span>
<span class="ws-what">Those standards get checked before and after code lands. Additionally, Workspaces will offer enhanced gating for PRs and releases; achieving higher quality and faster verification.</span>
</div>
</div>

Expand Down
Loading