This commit is contained in:
Andras Bacsai
2023-10-03 08:22:03 +02:00
parent e3a6458506
commit 1560ab2a50
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
</x-modal>
@once ($isReadOnly)
<span class="text-warning">Please modify storage layout in your <a
class="underline" href="{{ Str::of(url()->current())->beforeLast('/') }}#compose">Docker Compose</a> file.</span>
class="underline" href="{{ Str::of(url()->current())->beforeLast('/') }}">Docker Compose</a> file.</span>
@endonce
<form wire:submit.prevent='submit' class="flex flex-col gap-2 pt-4 xl:items-end xl:flex-row">
@if ($isReadOnly)