admin/home: support link
Massimo Melina committed
Feb 26, 2023 at 15:48 UTC
5ac7cf9c6bfc3151e71d21e232d0b13e3591690e
1 file changed
+2
-1
admin/src/HomePage.ts
+2
-1
@@ -66,7 +66,8 @@ export default function HomePage() {
66
h('li',{}, `configure FRP with type=http (best solution)`),
67
h('li',{}, md(`configure FRP to connect to HFS _not_ with 127.0.0.1 (safe, but you won't see users' IPs)`)),
68
h('li',{}, `disable "admin access for localhost" in HFS (safe, but you won't see users' IPs)`),
69
- ))
69
+ )),
70
+ entry('', h(Link, { target: 'support', href: 'https://github.com/rejetto/hfs/discussions' }, "Get support")),
71
)
72
}
73