Skip to content

Commit

Permalink
Fixes package list item 404 navigation error (#1751)
Browse files Browse the repository at this point in the history
Co-authored-by: Rigó József Karsa <[email protected]>
  • Loading branch information
karsa-mistmere and Rigó József Karsa authored Dec 26, 2023
1 parent 5ecfd61 commit e19a9cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/.vitepress/theme/components/packages/PackageListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ const props = defineProps<{
:href="packageData.documentation"
text="Guide"
theme="brand"
@click="go(packageData.documentation)"
/>
<VPButton
:href="packageData.source"
text="Source"
theme="alt"
@click="go(packageData.source)"
/>
</footer>
</Card>
Expand Down

0 comments on commit e19a9cc

Please sign in to comment.