Skip to content
Draft
Show file tree
Hide file tree
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
goodbye world
</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
4 changes: 2 additions & 2 deletions docs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const geistMono = Geist_Mono({

export const metadata = {
title: {
default: "Typograph",
template: "%s | Typograph",
default: "goodbye world",
template: "%s | goodbye world",
},
description:
"A pure TypeScript library for building GraphQL schemas with full end-to-end type safety.",
Expand Down
2 changes: 1 addition & 1 deletion docs/lib/layout.shared.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
export function baseOptions(): BaseLayoutProps {
return {
nav: {
title: "Typograph",
title: "goodbye world",
},
links: [
{
Expand Down