Skip to content

Commit

Permalink
Update splash page
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Oct 16, 2024
1 parent b239236 commit ef6d48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LTN from scratch</title>
<title>The low-traffic neighbourhood (LTN) tool, v2</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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>
This is an <b>experimental</b>
version of the
Expand Down

0 comments on commit ef6d48f

Please sign in to comment.