diff options
Diffstat (limited to 'src/components/InfoModal.vue')
| -rw-r--r-- | src/components/InfoModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/InfoModal.vue b/src/components/InfoModal.vue index 237934d..54b386d 100644 --- a/src/components/InfoModal.vue +++ b/src/components/InfoModal.vue @@ -81,7 +81,7 @@ <!-- Description --> <div v-if="eventInfo.desc != null">{{eventInfo.desc}}</div> <div v-else class="text-center text-stone-500 text-sm">(No description found)</div> - <div v-if="event.id > 0" class="text-sm text-right"> + <div v-if="event.id > 0" class="text-sm text-stone-600 text-right mt-1"> From <a :href="'https://en.wikipedia.org/?curid=' + eventInfo.wikiId" target="_blank">Wikipedia</a> (via <a :href="'https://www.wikidata.org/wiki/Q' + event.id" target="_blank">Wikidata</a>) <external-link-icon class="inline-block w-3 h-3 ml-1"/> |
