Skip to content

Commit

Permalink
Merge pull request #28 from LittleFoxCompany/Add-lead-to-nav-dropdown…
Browse files Browse the repository at this point in the history
…-items

style: add lead text to NavDropdownItem in Vue component
  • Loading branch information
jrmybtlr authored Mar 5, 2024
2 parents f384442 + 537832f commit 07017b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt-module/docs/components/nav/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<div v-for="section in docs" class="">
<NavDropdownItem v-for="link in section?.children" :key="link._path" :to="link._path">
<Icon :name="link.title" class="h-5 w-5 text-white/50" />

{{ link.title }}
{{ link.lead }}
</NavDropdownItem>
</div>
</NavDropdown>
Expand Down

0 comments on commit 07017b5

Please sign in to comment.