chore: use new functions

This commit is contained in:
peaklabs-dev
2025-01-06 16:27:47 +01:00
committed by 🏔️ Peak
parent 4d34d689b0
commit 2c4bdb76bd
7 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
</x-forms.button>
</a>
@if (data_get($application, 'source.is_public') === false)
<a target="_blank" class="hover:no-underline" href="{{ get_installation_path($application->source) }}">
<a target="_blank" class="hover:no-underline" href="{{ getInstallationPath($application->source) }}">
<x-forms.button>
Open Git App
<x-external-link />

View File

@@ -5,7 +5,7 @@
<livewire:source.github.create />
</x-modal-input>
@if ($repositories->count() > 0)
<a target="_blank" class="flex hover:no-underline" href="{{ get_installation_path($github_app) }}">
<a target="_blank" class="flex hover:no-underline" href="{{ getInstallationPath($github_app) }}">
<x-forms.button>
Change Repositories on GitHub
<x-external-link />