Skip to content

Commit

Permalink
updates topic links to go to prefiltered resource search results
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 11, 2024
1 parent 593e637 commit ec07ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/templates/edu/PageEduHome/PageEduHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const submitSearch = () => {
>
<BaseLink
variant="none"
:to="topic.page?.url"
:to="`/edu/resources?topic=${topic.page?.title}`"
link-class="text-gray-dark whitespace-nowrap text-sm bg-[#99D1DF] font-extrabold rounded-full inline-block px-3 py-1 text-contrast-none hover:bg-action hover:text-white"
>
{{ topic.page?.title }}
Expand Down

0 comments on commit ec07ea8

Please sign in to comment.