diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-28 15:48:59 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-28 15:48:59 +1100 |
| commit | 873b11ba2c799c41301722187b2519e64147d495 (patch) | |
| tree | 75c4bfeb68083653b8d1a5d6ab7878bc96b88ec4 /src/components/IntroModal.vue | |
| parent | 0788bd891c8773f601900300866be8f6ad867bd4 (diff) | |
Update help docs and intro msg
Diffstat (limited to 'src/components/IntroModal.vue')
| -rw-r--r-- | src/components/IntroModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/IntroModal.vue b/src/components/IntroModal.vue index c4f5e0f..b8c0319 100644 --- a/src/components/IntroModal.vue +++ b/src/components/IntroModal.vue @@ -11,7 +11,7 @@ <div class="px-4 pb-3 md:pb-4"> <p class="px-2"> - This is an interactive historical timeline, spanning 14 billion years ago to 2030. + This is an interactive historical timeline spanning 14 billion years. </p> <ul class="list-disc pl-4 pt-1"> <li v-if="touchDevice"> |
