Skip to content

Commit

Permalink
Merge pull request #151 from brown-ccv/test-subroutes
Browse files Browse the repository at this point in the history
test: use data instead of route for title
  • Loading branch information
hetd54 authored Sep 10, 2024
2 parents 250c0ab + 59beb41 commit 68bd5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_main/_category/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div>
<DHero
variant="light"
:title="humanizeHero($route.params.category)"
:title="humanizeHero(categoryMeta.title)"
:subtitle="categoryMeta.description"
>
<!-- Add a button to the Hero when index.yml includes call for action -->
Expand Down

0 comments on commit 68bd5ce

Please sign in to comment.