refactor: Update deployment previews heading to "Deployments"
This commit is contained in:
parent
a68951541c
commit
21b3e3ea05
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class="dark:text-warning">{{ $application->destination->server->name }}</span>.<
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@if ($application->previews->count() > 0)
|
@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">
|
<div class="flex flex-wrap w-full gap-4">
|
||||||
@foreach (data_get($application, 'previews') as $previewName => $preview)
|
@foreach (data_get($application, 'previews') as $previewName => $preview)
|
||||||
<div class="flex flex-col w-full p-4 border dark:border-coolgray-200">
|
<div class="flex flex-col w-full p-4 border dark:border-coolgray-200">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue