Skip to content

Commit

Permalink
fix(DocsPageHeader): github component link (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed May 17, 2023
1 parent 2bdeb04 commit 7f00ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/docs/DocsPageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
label="GitHub"
icon="i-simple-icons-github"
color="white"
:to="`https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/${page._dir}/U${page.title}.vue`"
:to="`https://github.com/nuxtlabs/ui/blob/dev/src/runtime/components/${page._dir}/${page.title.replace(' ', '')}.vue`"
/>
</div>
</div>
Expand Down

0 comments on commit 7f00ec6

Please sign in to comment.