Skip to content

Commit

Permalink
refactor: Update deployment previews heading to "Deployments"
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jun 5, 2024
1 parent a689515 commit 21b3e3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class="dark:text-warning">{{ $application->destination->server->name }}</span>.<
</div>
</div>
@if ($application->previews->count() > 0)
<h3 class="py-4">Deployed Previews</h3>
<h3 class="py-4">Deployments</h3>
<div class="flex flex-wrap w-full gap-4">
@foreach (data_get($application, 'previews') as $previewName => $preview)
<div class="flex flex-col w-full p-4 border dark:border-coolgray-200">
Expand Down

0 comments on commit 21b3e3e

Please sign in to comment.