mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01:37 +00:00
small typo fix
This commit is contained in:
parent
10a6bb57a8
commit
31bd146239
@ -1,6 +1,6 @@
|
|||||||
<div>
|
<div>
|
||||||
<x-primary-button x-data="" x-on:click.prevent="$dispatch('open-modal', 'create-project')">
|
<x-primary-button x-data="" x-on:click.prevent="$dispatch('open-modal', 'create-project')">
|
||||||
{{ __('Connect') }}
|
{{ __('Create') }}
|
||||||
</x-primary-button>
|
</x-primary-button>
|
||||||
|
|
||||||
<x-modal name="create-project" :show="$open">
|
<x-modal name="create-project" :show="$open">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user