We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75a6ac commit 5c94c36Copy full SHA for 5c94c36
1 file changed
app/views/pages/index.html.erb
@@ -97,7 +97,7 @@
97
<div class="mt-4 grid gap-3 sm:grid-cols-3 lg:grid-cols-1 xl:grid-cols-3">
98
<div class="rounded-2xl border border-slate-200 bg-white p-4">
99
<p><code>/deploy-review-app</code></p>
100
- <p class="mt-2 text-sm leading-6 text-slate-600">Deploy your PR branch for testing.</p>
+ <p class="mt-2 text-sm leading-6 text-slate-600">Build and deploy your PR branch for testing.</p>
101
</div>
102
103
<p><code>/delete-review-app</code></p>
0 commit comments