File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import "@/styles/tailwind.css";
1010export 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import "@/styles/tailwind.css";
88export 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Metadata } from "next";
55
66export const metadata : Metadata = {
77 title : "Evolu" ,
8- description : "TypeScript Library and Local-First Platform " ,
8+ description : "TypeScript library and local-first platform " ,
99} ;
1010
1111export 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 ‑First Platform
17+ TypeScript library and local ‑first platform
1818 </ p >
1919 < div className = "flex justify-center gap-5" >
2020 < Button
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { type Metadata } from "next";
33export 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 : {
You can’t perform that action at this time.
0 commit comments