refactor: Update deployment previews heading to "Deployments"

This commit is contained in:
Andras Bacsai 2024-06-05 15:32:56 +02:00
parent a68951541c
commit 21b3e3ea05

View File

@ -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">