1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

Merge pull request #3088 from mealie-recipes/chore-update-build-link-to-org
Some checks are pending
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Docker Nightly Production / Backend Server Tests (push) Waiting to run

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>