We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b239236 commit ef6d48fCopy full SHA for ef6d48f
web/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>LTN from scratch</title>
+ <title>The low-traffic neighbourhood (LTN) tool, v2</title>
7
</head>
8
<body>
9
<div id="app"></div>
web/src/About.svelte
@@ -5,7 +5,7 @@
{#if $showAbout}
<Modal on:close={() => ($showAbout = false)} let:dialog>
- <h1>The Low-traffic neighbourhood (LTN) tool, v2</h1>
+ <h1>The low-traffic neighbourhood (LTN) tool, v2</h1>
<p>
10
This is an <b>experimental</b>
11
version of the
0 commit comments