File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
var React = require ( 'react' ) ;
10
10
var Site = require ( '../_core/Site' ) ;
11
11
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>';
13
13
14
14
function Iframe ( props ) {
15
15
return ( < div dangerouslySetInnerHTML = { { __html : props . iframe ?props . iframe :"" } } /> ) ;
@@ -35,4 +35,4 @@ module.exports = ({ page }) =>
35
35
< script src = "https://landscape.cncf.io/iframeResizer.js" > </ script >
36
36
37
37
</ section >
38
- </ Site >
38
+ </ Site >
You can’t perform that action at this time.
0 commit comments