Skip to content

Commit 2328c38

Browse files
Update tagline to "Your markdown, rendered beautifully."
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a9ebae9 commit 2328c38

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

site/src/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
77
<link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" />
8-
<title>attn — a markdown viewer for the terminal</title>
9-
<meta name="description" content="A native markdown viewer that launches from the CLI. One command. Native window. No Electron." />
8+
<title>attn — your markdown, rendered beautifully</title>
9+
<meta name="description" content="A native markdown viewer and editor. One binary. No Electron." />
1010
<script>
1111
(function() {
1212
var theme = localStorage.getItem('attn-theme');

site/src/lib/Hero.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
</h1>
1010

1111
<p class="font-sans text-xl text-muted-foreground mt-6 max-w-xl mx-auto leading-relaxed">
12-
A markdown viewer for people who live in the terminal.
13-
One command. Native window. No Electron.
12+
Your markdown, rendered beautifully.
1413
</p>
1514

1615
<div class="mt-8">

site/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</script>
99

1010
<svelte:head>
11-
<title>attn — a markdown viewer for the terminal</title>
11+
<title>attn — your markdown, rendered beautifully</title>
1212
</svelte:head>
1313

1414
<Hero />

0 commit comments

Comments
 (0)