{"version":3,"file":"component---src-pages-contact-tsx-49337ee4ddf352035805.js","mappings":"0JAKMA,EAAa,UACbC,EAAS,8DAETC,EAAU,CACZ,CAAEC,KAAM,WAAYC,IAAK,6BAA8BC,KAAM,qBAC7D,CAAEF,KAAM,UAAWC,IAAK,oCAAqCC,KAAM,cACnE,CAAEF,KAAM,SAAUC,IAAK,mCAAoCC,KAAM,kBAG/DC,EAAc,SAAC,GAAgB,IAAdC,EAAa,EAAbA,OACnB,OACI,qBAAGC,UAAU,iHAAiHC,KAAMF,EAAOH,IAAKM,OAAO,SAASC,IAAI,cAChK,gBAAC,IAAD,CAAMC,aAAa,EAAMT,KAAMI,EAAOF,SAiClD,UA5BoB,WAChB,OACI,gBAAC,IAAD,CAAQQ,QAAQ,EAAMC,MAAM,WACxB,uBAAKN,UAAU,oDACX,2BACI,qBAAGC,KAAMR,EAAQS,OAAO,SAASC,IAAI,cACjC,gBAAC,EAAAI,EAAD,CAAaC,IAAG,gCAAyCR,UAAU,oBAAoBS,IAAI,uBAA3F,uBAEJ,uBAAKT,UAAU,UACX,wBAAMA,UAAU,cAAhB,WACA,qBAAGC,KAAMR,EAAQS,OAAO,SAASC,IAAI,cAAcX,KAG3D,2BACI,uBAAKQ,UAAU,kBAAf,wDAIJ,uBAAKA,UAAU,8CACVN,EAAQgB,KAAI,SAAAC,GAAC,OACV,gBAACb,EAAD,CAAac,IAAKD,EAAEhB,KAAMI,OAAQY,Y","sources":["webpack://fluffle/./src/pages/contact.tsx"],"sourcesContent":["import * as React from 'react'\nimport Layout from '../components/layout'\nimport { StaticImage } from 'gatsby-plugin-image'\nimport Icon from '../components/icon'\n\nconst artistName = 'Oggy123'\nconst artUrl = 'https://twitter.com/OggyOsbourne/status/1294700124187262976'\n\nconst socials = [\n { name: 'Telegram', url: 'https://t.me/NoppesTheFolf', icon: 'fa-telegram-plane' },\n { name: 'Twitter', url: 'https://twitter.com/NoppesTheFolf', icon: 'fa-twitter' },\n { name: 'GitHub', url: 'https://github.com/NoppesTheFolf', icon: 'fa-github-alt' }\n];\n\nconst SocialBadge = ({ social }) => {\n return (\n \n \n \n )\n}\n\nconst ContactPage = () => {\n return (\n \n
\n
\n \n \n \n
\n Art by \n {artistName}\n
\n
\n
\n
\n Found a bug? Got a feature request? Contact a folf.\n
\n
\n
\n {socials.map(s => (\n \n ))}\n
\n
\n
\n )\n}\n\nexport default ContactPage\n"],"names":["artistName","artUrl","socials","name","url","icon","SocialBadge","social","className","href","target","rel","inheritSize","center","title","S","alt","src","map","s","key"],"sourceRoot":""}