mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
11 lines
339 B
PHP
11 lines
339 B
PHP
<div>
|
|
<x-simple-card class="flex items-center justify-between">
|
|
<span>
|
|
{{ __("Your Wordpress site is installed and ready to use! ") }}
|
|
</span>
|
|
<x-secondary-button :href="$site->getUrl()" target="_blank">
|
|
{{ __("Open Website") }}
|
|
</x-secondary-button>
|
|
</x-simple-card>
|
|
</div>
|