Skip to content

Commit 7fd8911

Browse files
committed
words
1 parent bf2e942 commit 7fd8911

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default function HomePage() {
147147
The Best of Both Worlds
148148
</h2>
149149
<p className="text-lg text-muted-foreground leading-relaxed">
150-
React .NET Templates unite <strong>React, Tailwind CSS & TypeScript</strong> with ServiceStack's powerful .NET backend—creating the ultimate
150+
.NET React Templates unite <strong>React, Tailwind CSS & TypeScript</strong> with ServiceStack's powerful .NET backend—creating the ultimate
151151
environment for building sophisticated UIs at lightning speed. Experience true full-stack type safety with APIs that flow
152152
seamlessly from C# to TypeScript.
153153
</p>

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Introduction
33
description: Welcome to the Vibe Coding Stack
44
---
55

6-
# React .NET Templates
6+
# .NET React Templates
77

88
**Vibe Coding** is a new paradigm for building web applications, combining the best-in-class technologies for a developer experience that feels like magic.
99

lib/layout.shared.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
33
export function baseOptions(): BaseLayoutProps {
44
return {
55
nav: {
6-
title: 'React .NET Templates',
6+
title: '.NET React Templates',
77
},
88
};
99
}

0 commit comments

Comments
 (0)