diff --git a/resources/views/livewire/project/shared/environment-variable/all.blade.php b/resources/views/livewire/project/shared/environment-variable/all.blade.php index 649d59a20..d4e703499 100644 --- a/resources/views/livewire/project/shared/environment-variable/all.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/all.blade.php @@ -48,16 +48,15 @@ @endforeach @endif @else -
+ - Save -
- @if ($showPreview) -
+ + @if ($showPreview) - Save -
- @endif + @endif + + Save Environment Variables + @endif - + \ No newline at end of file