fix: typos and naming

This commit is contained in:
peaklabs-dev
2024-12-03 15:50:45 +01:00
parent 24cd57ca8d
commit fef8d0c62c
2 changed files with 13 additions and 9 deletions

View File

@@ -60,10 +60,12 @@
<div class="flex gap-2">
<div class="flex items-end gap-2 w-full">
<x-forms.input id="github_app.name" label="App Name" disabled />
<x-forms.button wire:click.prevent="syncGithubAppName">Sync Name</x-forms.button>
<a href="{{ $this->getUpdatePath() }}">
<x-forms.button wire:click.prevent="updateGithubAppName" class="bg-coollabs">
Sync Name
</x-forms.button>
<a href="{{ $this->getGithubAppNameUpdatePath() }}">
<x-forms.button>
Update
Rename
<x-external-link />
</x-forms.button>
</a>