mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
fix: url format in the recipe chip (#2420)
This commit is contained in:
parent
674774d073
commit
eea38a5b1e
@ -9,7 +9,7 @@
|
||||
color="accent"
|
||||
:small="small"
|
||||
dark
|
||||
:to="`/recipes/${urlPrefix}/${category.slug}`"
|
||||
:to="`/?${urlPrefix}=${category.id}`"
|
||||
>
|
||||
{{ truncateText(category.name) }}
|
||||
</v-chip>
|
||||
|
Loading…
x
Reference in New Issue
Block a user