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 | |
| parent | 3b397ecf5b061797f4e16ab30d204055912b81e8 (diff) | |
Finalise for version 0.9
Add github and license links
Add meta tags and image
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/HelpModal.vue | 9 | ||||
| -rw-r--r-- | src/store.ts | 2 |
2 files changed, 8 insertions, 3 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> diff --git a/src/store.ts b/src/store.ts index ae6aa63..b0f9460 100644 --- a/src/store.ts +++ b/src/store.ts @@ -104,7 +104,7 @@ function getDefaultState(): StoreState { tickLen: 16, largeTickLen: 32, endTickSz: 8, - tickLabelHeight: 10, + tickLabelHeight: 18, minTickSep: 30, minLastTicks: 3, defaultEndTickOffset: breakpoint == 'sm' ? 0.2 : 0.5, |
