fix: url format in the recipe chip (#2420)

This commit is contained in:
Carter 2023-06-21 01:08:47 -05:00 committed by GitHub
parent 674774d073
commit eea38a5b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
color="accent"
:small="small"
dark
:to="`/recipes/${urlPrefix}/${category.slug}`"
:to="`/?${urlPrefix}=${category.id}`"
>
{{ truncateText(category.name) }}
</v-chip>