aboutsummaryrefslogtreecommitdiff
path: root/src/components/TutorialPane.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-28 22:24:55 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-28 22:24:55 +1000
commit7677d593467e7cc29cf10f28301152776c027bd2 (patch)
tree1287947c5ce202b03b89fa6db18c492c589b50a6 /src/components/TutorialPane.vue
parenta97ac5f88503b8685c3f0068d4d7b51fc1d01150 (diff)
Use double-taps on mobile
Diffstat (limited to 'src/components/TutorialPane.vue')
-rw-r--r--src/components/TutorialPane.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/TutorialPane.vue b/src/components/TutorialPane.vue
index 88e1c66..894d834 100644
--- a/src/components/TutorialPane.vue
+++ b/src/components/TutorialPane.vue
@@ -8,8 +8,7 @@
<template v-if="stage == 0">
<div :style="contentStyles">
This page provides a visualisation of the biological Tree of Life.
- It was made using data from OTOL, EOL, and Wikipedia.
- For more project information, click here.
+ It is unfinished, and is just here for testing.
</div>
<div class="w-full flex justify-evenly mt-2">
<s-button :style="buttonStyles" @click="onStartTutorial">Start Tutorial</s-button>