Skip to content

Commit

Permalink
Test action (NOT TO MERGE)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pechenux committed Apr 18, 2024
1 parent a56fb6c commit 742c479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SciencePublicationCard: FC<Props> = ({ data }) => {
navigator.clipboard
.writeText(data.cite)
.then(() => {
showSuccess('BibTeX cite was copied to your clipboard');
showSuccess('BibTeX cite was copied to your clipboard ');
})
.catch(() => {
showError('Could not copy cite to clipboard');
Expand Down

0 comments on commit 742c479

Please sign in to comment.