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

View File

@@ -121,7 +121,7 @@
</template>
<template v-else-if="property.slot === 'build'">
<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 }}
</a>
</v-list-item-subtitle>