{"version":3,"file":"47c3cc20.js","sources":["../../../src/components/globals/footer/SocialIcons.client.tsx"],"sourcesContent":["import React from 'react';\nimport {Link, Image} from '@shopify/hydrogen';\nimport {sanityImage} from 'Js/lib/sanity-image';\n\n/**\n * A client component that specifies the content of the footer on the website\n */\nexport function SocialIcons({\n align,\n socialIcons,\n}: {\n align: string;\n socialIcons: any;\n}) {\n let alignment = align;\n if (align === 'left') {\n alignment = 'start';\n } else if (align === 'right') {\n alignment = 'end';\n }\n\n return (\n