diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-04 21:19:11 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-04 21:38:13 +1000 |
| commit | 9e8e30c5c680ca81862e4fba5f7ae9ecea62b8ff (patch) | |
| tree | dfff71771a8896b68b273b8cc073f128e3d20203 /src/components/TutorialPane.vue | |
| parent | 6adc1e2696ec997c2e6b74043e06cfd87c6486c1 (diff) | |
Update IconButton to maintain equal width/height
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 430db8a..0734d0b 100644 --- a/src/components/TutorialPane.vue +++ b/src/components/TutorialPane.vue @@ -7,8 +7,7 @@ </h1> <transition name="fade" mode="out-in"> <div v-if="stage == 0" :style="contentStyles"> - This is a visualiser for the biological Tree of Life. For more information, - <a href="#" :style="{color: uiOpts.altColor}">{{touchDevice ? 'tap' : 'click'}} here</a>. + This site provides a visualisation for the biological Tree of Life. </div> <div v-else-if="stage == 1" :style="contentStyles"> {{touchDevice ? 'Tap' : 'Click'}} a tile to expand it and show it's children |
