Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function HomePage() {
return (
<main className="flex flex-1 flex-col justify-center text-center px-4">
<h1 className="mb-4 text-4xl font-bold tracking-tight sm:text-5xl">
Typograph
Welcome to Typograph V2
</h1>
<p className="mx-auto mb-8 max-w-2xl text-fd-muted-foreground">
Write GraphQL in plain TypeScript. Typograph turns ordinary JavaScript
Expand Down