diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-12 13:43:11 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-12 13:43:11 +1000 |
| commit | 25895936f66ac50d27eaf9c45bcbb6833e52a033 (patch) | |
| tree | 10e32223a8a057fcd9215f055eadcd52fcd16d07 /src/components/HelpModal.vue | |
| parent | 76fb4f98cac402bb03b030388fcec2f14eecd362 (diff) | |
Add <meta> image tags
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 f61c6b8..2c5ad41 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -385,7 +385,7 @@ <li> The UI was largely coded in <a href="https://www.typescriptlang.org/" :style="aStyles">Typescript</a>, - and built using the <a href="https://vuejs.org/" :style="aStyles">Vue</a> framework. + and built using the <a href="https://vuejs.org/" :style="aStyles">Vue</a> framework </li> <li> Tree data was processed using @@ -412,7 +412,7 @@ <li> Thanks to <a href="https://twitter.com/JosephusPaye" :style="aStyles">Josephus Paye II</a> - for helpful suggestions and clarifications. + for helpful suggestions and clarifications </li> </ul> </div> |
