Skip to content

Commit 7119553

Browse files
authored
Fix GraphQL.js Tutorial link
1 parent 4e88005 commit 7119553

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/_meta.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ export default {
8585
},
8686
"graphql-js": {
8787
type: "page",
88-
title: "GraphQL.JS Tutorial",
88+
title: <span className="after:font-sans after:content-['_↗']">GraphQL.JS Tutorial</a>,
89+
href: "https://www.graphql-js.org/docs/getting-started/",
90+
newWindow: true,
8991
},
9092
}

0 commit comments

Comments
 (0)