Skip to content
Open
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 src/components/code-blocks/get-predictable-results.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```json word-wrap=false
{
"project": {
"tagline": "A query language for APIs"
"tagline": "The API language for humans and agents"
}
}
```
2 changes: 1 addition & 1 deletion src/components/index-page/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function Hero() {
<div className="gql-container flex flex-col-reverse lg:grid lg:grid-cols-2">
<div className="flex max-w-4xl flex-col justify-center gap-4 p-4 lg:min-h-[800px] xl:gap-8 xl:py-24 xl:pl-24 xl:pr-10">
<h1 className="typography-h1 max-w-3xl text-neu-900">
The query language for modern APIs
The API language for humans and agents
Comment thread
martinbonnin marked this conversation as resolved.
</h1>

<ul className="flex flex-col gap-2">
Expand Down
2 changes: 1 addition & 1 deletion src/components/index-page/how-it-works/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from "graphql"

const PROJECT_NAME = "GraphQL"
const PROJECT_TAGLINE = "A query language for APIs"
const PROJECT_TAGLINE = "The API language for humans and agents"

export const INITIAL_QUERY_TEXT = `{
project(name: "${PROJECT_NAME}") {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: GraphQL | The query language for modern APIs
title: GraphQL | The API language for humans and agents
---

export { IndexPage as default } from '../components/index-page'
Loading