-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-apply-tsx-0091e070ea3fa4675656.js.map
1 lines (1 loc) · 1.49 KB
/
component---src-pages-apply-tsx-0091e070ea3fa4675656.js.map
1
{"version":3,"file":"component---src-pages-apply-tsx-0091e070ea3fa4675656.js","mappings":"0NA6BaA,EAAO,kBAClBC,EAAAA,cAACC,EAAAA,EAAD,CACEC,MAAM,QACNC,cAAUC,GAHP,EAOP,UA/Bc,WACV,OACAJ,EAAAA,cAACK,EAAAA,EAAD,KACIL,EAAAA,cAAAA,KAAAA,CACAM,UAAU,aACVC,MAAO,CAAEC,MAAOC,EAAAA,GAAAA,KAAAA,QAAAA,UAAAA,OAFhB,UAMAT,EAAAA,cAAAA,MAAAA,KACAA,EAAAA,cAAAA,SAAAA,CACIE,MAAM,cACNQ,IAAI,sCACJC,MAAM,MACNC,OAAO,QACPL,MAAO,CAACM,QAAS,QAASC,OAAQ,WALtC,eAVR,C","sources":["webpack://gatsby-starter-default/./src/pages/apply.tsx"],"sourcesContent":["import React from 'react';\nimport Layout from '../components/layout';\nimport Seo from '../components/seo';\nimport { themeObj } from '../utils/customTheme';\n\nconst Apply = () => {\n return (\n <Layout>\n <h1\n className=\"titleStyle\"\n style={{ color: themeObj.dark.palette.secondary.main }}\n >\n Apply!\n </h1>\n <div>\n <iframe\n title=\"Google Form\"\n src=\"https://forms.gle/ivGpBxPEDeNZ2JaM6\"\n width=\"50%\"\n height=\"800vh\"\n style={{display: 'block', margin: '0 auto'}}\n >\n Loading...\n </iframe>\n </div> \n </Layout>\n );\n};\n\nexport const Head = () => (\n <Seo\n title=\"Apply\"\n children={undefined}\n />\n);\n\nexport default Apply;"],"names":["Head","React","Seo","title","children","undefined","Layout","className","style","color","themeObj","src","width","height","display","margin"],"sourceRoot":""}