-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-404-js-2725794a0da30f800403.js.map
1 lines (1 loc) · 2.27 KB
/
component---src-pages-404-js-2725794a0da30f800403.js.map
1
{"version":3,"file":"component---src-pages-404-js-2725794a0da30f800403.js","mappings":"0MAQA,MAAMA,EAAYC,EAAAA,QAAOC,GAAEC,WAAA,CAAAC,YAAA,oBAAAC,YAAA,gBAATJ,CAAS,uDAMrBK,EAAOL,EAAAA,QAAOM,IAAGJ,WAAA,CAAAC,YAAA,eAAAC,YAAA,gBAAVJ,CAAU,gCAKjBO,EAAOP,EAAAA,QAAOQ,EAACN,WAAA,CAAAC,YAAA,eAAAC,YAAA,gBAARJ,CAAQ,wBAEpB,IAEKS,EAAY,SAAAC,GAAA,SAAAD,IAAA,OAAAC,EAAAC,MAAA,KAAAC,YAAA,KAqBf,OArBeC,EAAAA,EAAAA,GAAAJ,EAAAC,GAAAD,EAAAK,UAChBC,OAAA,WACE,OACEC,EAAAA,cAACC,EAAAA,EAAM,CAACC,SAAUC,KAAKC,MAAMF,SAAUG,SAAS,GAC9CL,EAAAA,cAACM,EAAAA,EAAG,CAACC,MAAM,mBACXP,EAAAA,cAACQ,EAAAA,EAAI,CACHC,QAAQ,mBACRF,MAAM,QAERP,EAAAA,cAACU,EAAAA,EAAO,KACNV,EAAAA,cAACjB,EAAS,KAAC,sBACXiB,EAAAA,cAACX,EAAI,KACHW,EAAAA,cAAA,OAAKW,IAAI,0BAA0BC,IAAI,iBAEzCZ,EAAAA,cAACT,EAAI,KAAC,+FAOd,EAACE,CAAA,CArBe,CAASO,EAAAA,WAwB3B,W","sources":["webpack://gatsby-starter-cv/./src/pages/404.js"],"sourcesContent":["import React from 'react'\nimport styled from 'styled-components'\n\nimport Layout from '../components/layout'\nimport Hero from '../components/hero'\nimport Wrapper from '../components/wrapper'\nimport SEO from '../components/SEO'\n\nconst MainTitle = styled.h1`\n line-height: 1.5;\n text-align: center;\n font-size: 3rem;\n`\n\nconst Icon = styled.div`\n width: 150px;\n margin: 0 auto;\n`\n\nconst Text = styled.p`\n text-align: center;\n`\n\nclass NotFoundPage extends React.Component {\n render() {\n return (\n <Layout location={this.props.location} noCover={true}>\n <SEO title=\"Page Not Found\" />\n <Hero\n heroImg='/images/404.jpeg'\n title='404'\n />\n <Wrapper>\n <MainTitle>404 Page Not Found</MainTitle>\n <Icon>\n <img src='/images/ufo-and-cow.svg' alt='ufo and cow' />\n </Icon>\n <Text>\n Looks like you've followed a broken link or entered a URL that\n doesn't exist on this site.\n </Text>\n </Wrapper>\n </Layout>\n )\n }\n}\n\nexport default NotFoundPage\n"],"names":["MainTitle","styled","h1","withConfig","displayName","componentId","Icon","div","Text","p","NotFoundPage","_React$Component","apply","arguments","_inheritsLoose","prototype","render","React","Layout","location","this","props","noCover","SEO","title","Hero","heroImg","Wrapper","src","alt"],"sourceRoot":""}