Skip to content

Commit 45f3a4c

Browse files
committed
copy: tagline 'will grow on you'
1 parent 352a9d4 commit 45f3a4c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

web/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>tslime — a terminal screensaver that grows on you</title>
6+
<title>tslime — a terminal screensaver that will grow on you</title>
77
<meta name="description" content="A lightweight terminal screensaver simulating Physarum slime-mold growth. Watch it run live in your browser." />
88
<link rel="canonical" href="https://tamirelazar.github.io/tslime/" />
99
<meta property="og:type" content="website" />
10-
<meta property="og:title" content="tslime — a terminal screensaver that grows on you" />
10+
<meta property="og:title" content="tslime — a terminal screensaver that will grow on you" />
1111
<meta property="og:description" content="A lightweight terminal screensaver simulating Physarum slime-mold growth." />
1212
<meta property="og:image" content="https://tamirelazar.github.io/tslime/poster.png" />
1313
<meta property="og:url" content="https://tamirelazar.github.io/tslime/" />
@@ -28,7 +28,7 @@
2828
<!-- Static first paint: meaningful to crawlers + JS-off visitors. chrome.ts
2929
enhances this; it does not supply the first paint. -->
3030
<main id="app">
31-
<h1>A terminal screensaver that grows on you.</h1>
31+
<h1>A terminal screensaver that will grow on you.</h1>
3232
<p>A limited WASM demo. <a href="https://github.com/tamirelazar/tslime/releases">Install the real thing</a>.</p>
3333
<noscript><img src="/tslime/poster.png" alt="tslime slime-mold simulation still" width="900" /></noscript>
3434
</main>

web/src/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ declare const __APP_VERSION__: string;
1010
export const COPY = {
1111
name: 'tslime',
1212
version: __APP_VERSION__,
13-
tagline: 'A terminal screensaver that grows on you.',
13+
tagline: 'A terminal screensaver that will grow on you.',
1414
blurb: 'A limited WASM demo.',
1515
cta: 'install the real thing',
1616
github: 'https://github.com/tamirelazar/tslime',

0 commit comments

Comments
 (0)