update url and CI
Some checks failed
Deploy App / deploy (push) Failing after 13s

This commit is contained in:
valere
2025-09-20 23:36:36 +02:00
parent 51cafac000
commit 5a8856bab1
4 changed files with 10 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ export default {
</h2>
<ul class="flex justify-center p-2 max-w-full flex-wrap">
<li v-for="app in apps" :key="app" class="m-4">
<a :href="'https://github.com/docker-web/docker-web/tree/master/apps/' +
<a :href="'https://github.com/docker-web/store/tree/master/apps/' +
app.name.toLowerCase()
" :title="app.name">
<component :is="app.component" class="app hover:scale-110" />