diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-12 13:05:06 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-12 13:05:06 +1000 |
| commit | 76fb4f98cac402bb03b030388fcec2f14eecd362 (patch) | |
| tree | da2e14fb6f4ddbf7d8957352c66840a4761dd366 | |
| parent | 17b38e5a6c66a5b356e2e09e140a3d954e0a9a2a (diff) | |
Add source code link and more credits
| -rw-r--r-- | src/components/HelpModal.vue | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 41e9612..f61c6b8 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -374,7 +374,8 @@ </template> <template #content> <div :class="contentClasses"> - <li>Tilo's code is licensed under the + <li>Tilo's source code is available on + <a href="https://github.com/terry06890/tilo" :style="aStyles">GitHub</a>, under the <a href="https://github.com/terry06890/tilo/blob/main/LICENCE.txt" :style="aStyles">MIT Licence</a>. </li> @@ -408,6 +409,11 @@ Images were cropped using <a href="https://github.com/jwagner/smartcrop.js" :style="aStyles">Smartcrop</a> </li> + <li> + Thanks to + <a href="https://twitter.com/JosephusPaye" :style="aStyles">Josephus Paye II</a> + for helpful suggestions and clarifications. + </li> </ul> </div> </template> |
