This repository was archived by the owner on Apr 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import React from " react" ;
2- import { graphql , withPrefix , Link } from " gatsby" ;
3- import SEO from " ../../components/SEO" ;
4- import Layout from " ../../components/Layout" ;
1+ import React from ' react' ;
2+ import { graphql , withPrefix , Link } from ' gatsby' ;
3+ import SEO from ' ../../components/SEO' ;
4+ import Layout from ' ../../components/Layout' ;
55
66const Integrations = props => {
77 const scanner = props . data . scanner . edges ;
@@ -42,7 +42,9 @@ const Integrations = props => {
4242 < img
4343 className = "scanner-icon"
4444 src = { withPrefix (
45- "/integrationIcons/" + edge . node . frontmatter . title + ".svg"
45+ '/integrationIcons/' +
46+ edge . node . frontmatter . title +
47+ '.svg'
4648 ) }
4749 alt = "scanner icon"
4850 > </ img >
@@ -81,10 +83,12 @@ const Integrations = props => {
8183 < img
8284 className = "scanner-icon"
8385 src = { withPrefix (
84- "/integrationIcons/" + edge . node . frontmatter . title + ".svg"
86+ '/integrationIcons/' +
87+ edge . node . frontmatter . title +
88+ '.svg'
8589 ) }
8690 alt = "persistence provider icon"
87- > </ img >
91+ > </ img >
8892 </ div >
8993 < h2 className = "feature-title" >
9094 { edge . node . frontmatter . title }
You can’t perform that action at this time.
0 commit comments