Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/NFDI4Chem/nmrxiv int…
Browse files Browse the repository at this point in the history
…o development
  • Loading branch information
CS76 committed Jan 12, 2024
2 parents 574b4f3 + 0f8a94b commit bdf7a6c
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 bdf7a6c

Please sign in to comment.