Skip to content

Commit

Permalink
ItemView: Small style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jul 9, 2024
1 parent 03a3a51 commit 304dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/views/ItemView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const topConcepts = computed(() => {
:longitude="concept.location.coordinates[0]"
:latitude="concept.location.coordinates[1]" />
</div>
<div>
<div style="margin: 0 0 10px;">
<b>Linked Data:</b>
<span
v-for="format in ['jskos', 'turtle', 'rdfxml', 'ntriples']"
Expand Down

0 comments on commit 304dc28

Please sign in to comment.