This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user