{"version":3,"sources":["webpack:///./src/pages/integrations/shopify.js"],"names":["withIntegrationCardContext","sliderSettings","photos","img","useStaticQuery","img1","childImageSharp","fluid","alt","title","className","href"],"mappings":"6FAAA,kGA2DeA,uBAnDC,SAAC,GAAwB,IAAtBC,EAAqB,EAArBA,eAYXC,EAAS,CACb,CACEC,IAbaC,yBAAe,cAAxBC,KAaMC,gBAAgBC,MAC1BC,IAAK,sBACLC,MAAO,uCAGX,OACE,oCACE,kBAAC,IAAD,iBAAYR,EAAeC,GAA3B,CAAoCQ,UAAU,iBAC5C,6BACE,kBAAC,IAAD,CAAKH,MAAOL,EAAO,GAAGC,IAAKK,IAAKN,EAAO,GAAGM,IAAKC,MAAOP,EAAO,GAAGO,UAGpE,yBAAKC,UAAU,WACb,wCACA,0NAMF,yBAAKA,UAAU,WACb,wCACA,wBAAIA,UAAU,cACZ,6EACA,8DACA,mEAGJ,8CACA,kFACuD,IACrD,uBAAGC,KAAK,8BAAR,eAFF","file":"component---src-pages-integrations-shopify-js-d5bd7992c967fb50c33e.js","sourcesContent":["/* eslint-disable jsx-a11y/anchor-is-valid */\nimport React from 'react';\nimport { graphql, useStaticQuery } from 'gatsby';\nimport Img from 'gatsby-image';\nimport PropTypes from 'prop-types';\nimport withIntegrationCardContext from 'hoc/withIntegrationCardContext';\nimport Slider from 'react-slick';\n\nconst Shopify = ({ sliderSettings }) => {\n const { img1 } = useStaticQuery(graphql`\n query {\n img1: file(relativePath: { eq: \"help/shopify/shopify_marketplace.png\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid_withWebp\n }\n }\n }\n }\n `);\n const photos = [\n {\n img: img1.childImageSharp.fluid,\n alt: 'Shopify Integration',\n title: 'Integrate Shopify with LiveSession',\n },\n ];\n return (\n <>\n \n
\n Shopify is one of the biggest e-commerce solutions in the world. You can add a LiveSession\n tracking script to your Shopify-based online store and see how the users behave on the\n website.\n
\n\n Just one-click steps. See a detailed tutorial in our{' '}\n help center.\n
\n >\n );\n};\n\nexport default withIntegrationCardContext(Shopify);\n\nShopify.propTypes = {\n sliderSettings: PropTypes.func.isRequired,\n};\n"],"sourceRoot":""}