Merge pull request #3088 from mealie-recipes/chore-update-build-link-to-org

chore: update build link to org
This commit is contained in:
boc-the-git 2024-01-31 21:21:11 +11:00 committed by GitHub
commit 8df7848c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@
</template> </template>
<template v-else-if="property.slot === 'build'"> <template v-else-if="property.slot === 'build'">
<v-list-item-subtitle> <v-list-item-subtitle>
<a target="_blank" :href="`https://github.com/hay-kot/mealie/commit/${property.value}`"> <a target="_blank" :href="`https://github.com/mealie-recipes/mealie/commit/${property.value}`">
{{ property.value }} {{ property.value }}
</a> </a>
</v-list-item-subtitle> </v-list-item-subtitle>