Skip to content

Commit

Permalink
Revert to UI font in citation info
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Jul 16, 2024
1 parent 3f3dd55 commit c092d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tekst-Web/src/components/resource/ResourceInfoWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ watch(showInfoModal, async (after) => {
<icon-heading level="3" :icon="FormatQuoteIcon">
{{ $t('browse.contents.widgets.infoWidget.citeAs') }}
</icon-heading>
<div class="content-font">
<div>
{{ resource.citation }}
</div>
<n-divider />
Expand Down

0 comments on commit c092d5d

Please sign in to comment.