Skip to content

Commit ce9f555

Browse files
committed
Some minor cleanups
1 parent 08ba5ce commit ce9f555

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/src/lib/components/OG.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
<div
3737
class="flex flex-shrink-0 text-lg font-medium uppercase tracking-wider text-white/80"
3838
>
39-
{type === 'og' ? 'High Performance Markdown Parser' : 'Markdown Parser Component'}
39+
{type === 'og' ? 'High Performance Diff Parser' : 'Diff Parser Component'}
4040
</div>
4141
<h1
4242
class:text-8xl={type === 'og'}
4343
class:text-7xl={type === 'twitter'}
4444
class="font-bold leading-tight tracking-tight"
4545
>
46-
Svelte Markdown
46+
Svelte Diff
4747
</h1>
4848
<p
4949
class:text-4xl={type === 'og'}
5050
class:text-3xl={type === 'twitter'}
5151
class="max-w-3xl font-medium leading-relaxed text-white/90"
5252
>
53-
Transform markdown into customizable Svelte components
53+
Transform text into diffs
5454
</p>
5555
</div>
5656

docs/src/routes/+layout.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{
5050
"@context": "https://schema.org",
5151
"@type": "SoftwareApplication",
52-
"name": "Svelte Markdown",
52+
"name": "Svelte Diff",
5353
"applicationCategory": "DeveloperApplication",
5454
"operatingSystem": "Any",
5555
"offers": {
@@ -63,7 +63,7 @@
6363
"url": "https://humanspeak.com"
6464
},
6565
"programmingLanguage": ["Svelte", "TypeScript"],
66-
"description": "A powerful markdown parser for Svelte 5 that transforms markdown into customizable Svelte components with TypeScript support and extensive testing coverage.",
66+
"description": "A powerful diff parser for Svelte 5 that transforms text into diffs with TypeScript support and extensive testing coverage.",
6767
"license": "MIT",
6868
"url": "https://diff.svelte.page",
6969
"downloadUrl": "https://www.npmjs.com/package/@humanspeak/svelte-diff-match-patch",
120 KB
Loading
116 KB
Loading

0 commit comments

Comments
 (0)