diff options
Diffstat (limited to 'src/components/TutorialPane.vue')
| -rw-r--r-- | src/components/TutorialPane.vue | 3 |
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> |
