Skip to content

Commit 627cab4

Browse files
committed
fix page titles for graphql js section
1 parent 699ed06 commit 627cab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/_core/GraphQLJSLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var Marked = require('./Marked');
1313
var DocsSidebar = require('./DocsSidebar');
1414

1515
export default ({ page, site }) =>
16-
<Site title={page.title} category="GraphQL.js">
16+
<Site title={page.title} category={page.category}>
1717
<section>
1818
<div className="documentationContent">
1919
<div className="inner-content">

0 commit comments

Comments
 (0)