diff options
Diffstat (limited to 'src_js/vt/params.ts')
| -rw-r--r-- | src_js/vt/params.ts | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src_js/vt/params.ts b/src_js/vt/params.ts index 3ac8848..99abd34 100644 --- a/src_js/vt/params.ts +++ b/src_js/vt/params.ts @@ -10,12 +10,21 @@ export function main(): u.VNodeChild[] { return [ ['div.header', ['span.title', 'OPCUT'], - ['a.github', { + ['a.icon', { props: { title: 'GitHub', - href: 'https://github.com/bozokopic/opcut' + href: 'https://github.com/bozokopic/opcut', + target: '_blank' }}, ['span.fa.fa-github'] + ], + ['a.icon', { + props: { + title: 'Documentation', + href: 'docs/index.html', + target: '_blank' + }}, + ['span.fa.fa-question-circle'] ] ], ['div.form', |
