Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 2d1a850

Browse files
committed
Auto format
1 parent b6ed5c1 commit 2d1a850

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

src/pages/integrations/index.js

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
const 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}

0 commit comments

Comments
 (0)