aboutsummaryrefslogtreecommitdiff
path: root/src_js
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-01-01 20:13:03 +0100
committerbozo.kopic <bozo@kopic.xyz>2023-01-01 20:13:03 +0100
commit0e3f1021cc14e2616086e69019de1cc67ba55dc1 (patch)
treef811380216abfc9ea5fcd9910301be6661f569df /src_js
parent4c6fe8691bbce3ccf253ed6ff464866bbb4465a9 (diff)
frontend - add documentationv0.4.6
Diffstat (limited to 'src_js')
-rw-r--r--src_js/vt/params.ts13
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',