Skip to content

Commit ef6d48f

Browse files
committed
Update splash page
1 parent b239236 commit ef6d48f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>LTN from scratch</title>
6+
<title>The low-traffic neighbourhood (LTN) tool, v2</title>
77
</head>
88
<body>
99
<div id="app"></div>

web/src/About.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{#if $showAbout}
77
<Modal on:close={() => ($showAbout = false)} let:dialog>
8-
<h1>The Low-traffic neighbourhood (LTN) tool, v2</h1>
8+
<h1>The low-traffic neighbourhood (LTN) tool, v2</h1>
99
<p>
1010
This is an <b>experimental</b>
1111
version of the

0 commit comments

Comments
 (0)