Skip to content

Commit

Permalink
fix(theme): show external link icon in navbar (#1881)
Browse files Browse the repository at this point in the history
fixes #1948
  • Loading branch information
meedfine authored Feb 25, 2023
1 parent 6218b10 commit 8e6e8d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/theme-default/components/VPNavBarMenuLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const { page } = useData()
)
}"
:href="item.link"
:noIcon="true"
>
{{ item.text }}
</VPLink>
Expand Down

0 comments on commit 8e6e8d9

Please sign in to comment.