diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-28 17:48:41 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-28 17:48:41 +1100 |
| commit | 0d8eba5548db35d13cda6d4632786afba6140e1e (patch) | |
| tree | 679f5e1f0c187c8edc668530fd695f9b45dafee0 /src/components | |
| parent | 3b397ecf5b061797f4e16ab30d204055912b81e8 (diff) | |
Finalise for version 0.9
Add github and license links
Add meta tags and image
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/HelpModal.vue | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index e00a49f..5dc9ff3 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -146,7 +146,12 @@ </template> <template #content> <div :class="contentClasses"> - <p>The source code is available on GitHub, under the MIT Licence.</p> + <p> + The source code is available on + <a href="https://github.com/terry06890/chrona" :style="aStyles">GitHub</a>, under the + <a href="https://github.com/terry06890/tilo/blob/main/LICENCE.txt" + :style="aStyles">MIT Licence</a> + </p> <br/> <h1 :class="contentH1Classes">Data Sources</h1> <ul :class="contentULClasses"> @@ -287,7 +292,7 @@ </s-collapsible> </div> <p class="text-right text-xs md:text-sm text-stone-500 pr-2 pb-2"> - Last updated 22/01/23 + Last updated 28/01/23 </p> </div> </div> |
