Skip to content

Commit e49eb0b

Browse files
authored
Merge pull request graphql#789 from graphql/fix-grouping
Fix Grouping to be based on adopter
2 parents d060ddd + c45ee9e commit e49eb0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/users/index.html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
var React = require('react');
1010
var Site = require('../_core/Site');
1111

12-
const iframe = '<iframe frameBorder="0" id="landscape" scrolling="no" style="width: 1px; min-width: 100%" src="https://landscape.graphql.org/category=graph-ql-adopter&format=card-mode&grouping=%3Cspan%20class="x x-first x-last">no&embed=yes"></iframe>';
12+
const iframe = '<iframe frameBorder="0" id="landscape" scrolling="no" style="width: 1px; min-width: 100%" src="https://landscape.graphql.org/category=graph-ql-adopter&format=card-mode&grouping=%3Cspan%20class="x x-first x-last">category&embed=yes"></iframe>';
1313

1414
function Iframe(props) {
1515
return (<div dangerouslySetInnerHTML={ {__html: props.iframe?props.iframe:""}} />);
@@ -35,4 +35,4 @@ module.exports = ({ page }) =>
3535
<script src="https://landscape.cncf.io/iframeResizer.js"></script>
3636

3737
</section>
38-
</Site>
38+
</Site>

0 commit comments

Comments
 (0)