refactor: Update deployment previews heading to "Deployments"
This commit is contained in:
parent
a68951541c
commit
21b3e3ea05
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user