Skip to content

Commit

Permalink
feat(theme): improve doc copyright link text (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Feb 8, 2025
1 parent 63a53d6 commit 3017bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/src/client/components/VPCopyright.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const {
<p v-if="sourceUrl">
<span>{{ creationText }}</span>
<VPLink :href="sourceUrl" :no-icon="creation === 'original'" data-allow-mismatch>
{{ sourceUrl }}
{{ decodeURIComponent(sourceUrl) }}
</VPLink>
</p>
<p v-if="license">
Expand Down

0 comments on commit 3017bd7

Please sign in to comment.