Skip to content

Commit

Permalink
Fix spacing between PDF button and DOI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam authored May 27, 2024
1 parent 4733fa3 commit 127ac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PublicationLinkComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<button class="border rounded-sm border-black px-2 mt-1">
PDF
</button>
<i>{{ publicationLink.doi }}</i>
<i> {{ publicationLink.doi }}</i>
</a>
</div>

Expand Down

0 comments on commit 127ac8a

Please sign in to comment.