Skip to content

Commit 08656ec

Browse files
authored
Merge pull request #2743 from michael-genson/fix/dead-shopping-list-recipe-link
fix: Dead Recipe Link on Shopping List
2 parents f9742b3 + 6c2ac73 commit 08656ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/Domain/Recipe/RecipeList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:class="attrs.class.sheet"
88
:style="tile ? 'max-width: 100%; width: fit-content;' : 'width: 100%;'"
99
>
10-
<v-list-item :to="'/' + groupSlug + '/r/' + recipe.slug" :class="attrs.class.listItem">
10+
<v-list-item :to="'/g/' + groupSlug + '/r/' + recipe.slug" :class="attrs.class.listItem">
1111
<v-list-item-avatar :class="attrs.class.avatar">
1212
<v-icon :class="attrs.class.icon" dark :small="small"> {{ $globals.icons.primary }} </v-icon>
1313
</v-list-item-avatar>

0 commit comments

Comments
 (0)