aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/HelpModal.vue8
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>