diff options
Diffstat (limited to 'frontend/start.ts')
-rw-r--r-- | frontend/start.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/start.ts b/frontend/start.ts index 1bb1cbb..d686b27 100644 --- a/frontend/start.ts +++ b/frontend/start.ts @@ -8,7 +8,8 @@ export function section_info_start() { e("p", {}, ` This application provides a way to (mostly) locally handle search bangs. First select a default engine to use, then register this page as a search in your browser - `) + `), + e("a", { href: "#~submit" }, "Propose or change a bang"), ) } |