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/HelpModal.vue | |
| parent | 6adc1e2696ec997c2e6b74043e06cfd87c6486c1 (diff) | |
Update IconButton to maintain equal width/height
Diffstat (limited to 'src/components/HelpModal.vue')
| -rw-r--r-- | src/components/HelpModal.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 57ae90e..506a1d8 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -25,7 +25,7 @@ <p class="text-sm md:max-w-[4cm]"> Each dot is a <strong>node</strong>, and represents a <strong>taxon</strong>, which might be a species, genus, or otherwise. The top node is the - <strong>root</strong>, and those without children are <strong>leaves</strong>. + <strong>root</strong>, and those at the bottom are <strong>leaves</strong>. </p> </div> <p> @@ -53,7 +53,7 @@ <div :class="contentClasses"> <p> Tilo attempts to display the Tree of Life by representing nodes with tiles, - and placing tiles within other tiles to show tree structure. + and placing tiles within other tiles to show structure. </p> <img src="data:," width="400" height="200" alt="Tree with Tile layout" class="border border-black block mx-auto mt-2"/> |
