Skip to content

Commit b922d2d

Browse files
committed
fix: ClawdBot capitalization
1 parent 71f0087 commit b922d2d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

public/og-image.png

-52 Bytes
Loading

public/og-image.svg

Lines changed: 1 addition & 1 deletion
Loading

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ interface Props {
44
description?: string;
55
}
66
7-
const { title, description = "Clawdbot — Your personal AI assistant, running on your own devices." } = Astro.props;
7+
const { title, description = "ClawdBot — Your personal AI assistant, running on your own devices." } = Astro.props;
88
---
99

1010
<!doctype html>

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Layout from '../layouts/Layout.astro';
33
---
44

5-
<Layout title="Clawdbot — Personal AI Assistant">
5+
<Layout title="ClawdBot — Personal AI Assistant">
66
<div class="stars"></div>
77
<div class="nebula"></div>
88

@@ -35,7 +35,7 @@ import Layout from '../layouts/Layout.astro';
3535
</div>
3636

3737
<h1 class="title">
38-
<span class="title-main">Clawdbot</span>
38+
<span class="title-main">ClawdBot</span>
3939
</h1>
4040

4141
<p class="tagline">EXFOLIATE! EXFOLIATE!</p>

0 commit comments

Comments
 (0)