Update resource view to set type as 'public'

This commit is contained in:
Andras Bacsai 2024-02-22 09:38:03 +01:00
parent 3776ffa49b
commit 50f43f9396

View File

@ -19,7 +19,7 @@
</ul>
<h2>Applications</h2>
<div class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-3">
<x-resource-view wire="setType('private-gh-app')">
<x-resource-view wire="setType('public')">
<x-slot:title>Public Repository</x-slot>
<x-slot:description>
You can deploy any kind of public repositories from the supported git providers.