Skip to content

Commit

Permalink
Merge pull request #1013 from NFDI4Chem/issue-#998
Browse files Browse the repository at this point in the history
fix: add resolver to DOI.
  • Loading branch information
CS76 authored Jan 12, 2024
2 parents c2bf8c6 + 6054d44 commit 0f8a94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Shared/DOIBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
setTimeout(() => {
this.isVisible = false;
}, 2500);
this.copyToClipboard(this.doi, targetInput);
this.copyToClipboard('https://doi.org/' + this.doi, targetInput);
}
},
},
Expand Down

0 comments on commit 0f8a94b

Please sign in to comment.