Skip to content

Commit

Permalink
chore(#197): fixed modules search link
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed May 18, 2022
1 parent 45ddd0d commit ebe1c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/app/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<!-- Module pages -->
<template v-if="results.modules.length">
<li v-for="item of results.modules" :key="item.path">
<NuxtLink class="rounded-btn" to="/">
<li v-for="item of results.modules" :key="item.id">
<NuxtLink class="rounded-btn" :to="item.path">
<AppIconModules class="inline-block w-5 h-5 mr-2 stroke-current text-gray-400" />
{{ item.title }}
</NuxtLink>
Expand Down

0 comments on commit ebe1c95

Please sign in to comment.