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
2 changes: 1 addition & 1 deletion app/views/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<div class="mt-4 grid gap-3 sm:grid-cols-3 lg:grid-cols-1 xl:grid-cols-3">
<div class="rounded-2xl border border-slate-200 bg-white p-4">
<p><code>/deploy-review-app</code></p>
<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>
</div>
<div class="rounded-2xl border border-slate-200 bg-white p-4">
<p><code>/delete-review-app</code></p>
Expand Down
Loading