Skip to content

Commit a3294cb

Browse files
committed
Sentence case
1 parent 2d0acae commit a3294cb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/web/src/app/(docs)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "@/styles/tailwind.css";
1010
export const metadata: Metadata = {
1111
title: {
1212
template: "%s - Evolu",
13-
default: "TypeScript Library and Local-First Platform",
13+
default: "TypeScript library and local-first platform",
1414
},
1515
};
1616

apps/web/src/app/(landing)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "@/styles/tailwind.css";
88
export const metadata: Metadata = {
99
title: {
1010
template: "%s - Evolu",
11-
default: "TypeScript Library and Local-First Platform",
11+
default: "TypeScript library and local-first platform",
1212
},
1313
};
1414

apps/web/src/app/(landing)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Metadata } from "next";
55

66
export const metadata: Metadata = {
77
title: "Evolu",
8-
description: "TypeScript Library and Local-First Platform",
8+
description: "TypeScript library and local-first platform",
99
};
1010

1111
export default function Page(): React.ReactElement {
@@ -14,7 +14,7 @@ export default function Page(): React.ReactElement {
1414
<div className="flex flex-col gap-4 pt-14 xl:mx-auto xl:max-w-5xl">
1515
<Logo className="mx-auto h-9" />
1616
<p className="lead w-full text-center text-balance">
17-
TypeScript Library and Local&#8209;First Platform
17+
TypeScript library and local&#8209;first platform
1818
</p>
1919
<div className="flex justify-center gap-5">
2020
<Button

apps/web/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { type Metadata } from "next";
33
export const metadata: Metadata = {
44
title: {
55
template: "%s - Evolu",
6-
default: "TypeScript Library and Local-First Platform",
6+
default: "TypeScript library and local-first platform",
77
},
88
alternates: {
99
types: {

0 commit comments

Comments
 (0)