Skip to content

Commit a64a6f4

Browse files
committed
refactor: update the title and headline grammar
1 parent c151c7c commit a64a6f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/docs/src/app/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Route = createRootRoute({
1212
content: "width=device-width, initial-scale=1",
1313
},
1414
{
15-
title: "Oneday - Beautifuly crafted ui blocks for building websites",
15+
title: "Oneday - Beautifully crafted ui blocks for building websites",
1616
},
1717
],
1818
links: [

apps/docs/src/app/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { createFileRoute } from "@tanstack/react-router";
55
export const Route = createFileRoute("/")({
66
head: () => ({
77
meta: generatedMetadata({
8-
title: "Oneday - Beautifuly crafted ui blocks for building websites",
8+
title: "Oneday - Beautifully crafted ui blocks for building websites",
99
description:
1010
"A beautiful and serious making ui component & blocks for startups and enterprises to building scalable websites",
1111
}),

apps/docs/src/features/landing/hero-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function HeroSection() {
1111
</span>
1212

1313
<h2 className="mt-10 text-center font-medium text-4xl tracking-tight md:text-6xl">
14-
Beautifuly crafted ui blocks
14+
Beautifully crafted ui blocks
1515
<br className="hidden sm:block" /> for building websites
1616
</h2>
1717
<p className="mt-10 w-10/12 text-center text-foreground/60 text-text-pretty md:text-balance md:text-lg">

0 commit comments

Comments
 (0)