aboutsummaryrefslogtreecommitdiff
path: root/src/components/InfoModal.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-01-23 11:37:08 +1100
committerTerry Truong <terry06890@gmail.com>2023-01-23 11:37:08 +1100
commitf6fb429772c02da976f4173907fdaa9ee97a7c99 (patch)
tree3e0423472336149aa7cf80c29792f8315f3a8c5c /src/components/InfoModal.vue
parente212ec2d3f17f68e237cd46e513cbeff2a65fcdb (diff)
Fix some timelines not updating on category change with multiple timelines
Diffstat (limited to 'src/components/InfoModal.vue')
-rw-r--r--src/components/InfoModal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/InfoModal.vue b/src/components/InfoModal.vue
index 795b21c..237934d 100644
--- a/src/components/InfoModal.vue
+++ b/src/components/InfoModal.vue
@@ -82,7 +82,7 @@
<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">
- <a :href="'https://en.wikipedia.org/?curid=' + eventInfo.wikiId" target="_blank">From Wikipedia</a>
+ 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"/>
</div>