Skip to content

Commit

Permalink
Merge pull request #1041 from NFDI4Chem/citation-fixes
Browse files Browse the repository at this point in the history
fix: citation link
  • Loading branch information
CS76 authored Jan 22, 2024
2 parents 0f18f80 + af88f5e commit aa4d08e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions resources/js/Shared/CitationCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
<p class="text-sm text-gray-500">
{{ citation.citation_text }}
</p>
<p v-if="citation.doi" class="text-sm font-sm text-gray-500">
DOI -
<a :href="citation.doi" class="text-teal-900">{{
citation.doi
}}</a>
<p v-if="citation.doi" class="text-sm font-sm text-teal-500">
DOI - {{ citation.doi }}
</p>
<div
class="text-sm text-gray-500 truncate line-clamp-2 ..."
Expand Down

0 comments on commit aa4d08e

Please sign in to comment.