-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-games-index-js-be1c94a64ce5345d6959.js.map
1 lines (1 loc) · 2.22 KB
/
component---src-pages-games-index-js-be1c94a64ce5345d6959.js.map
1
{"version":3,"file":"component---src-pages-games-index-js-be1c94a64ce5345d6959.js","mappings":"+PACWA,EAAS,8BACTC,EAAO,4BAEPC,EAAQ,6B,UCGJ,SAASC,IACtB,OACE,gBAACC,EAAA,EAAD,CAAQC,MAAM,SACZ,uBAAKC,UDPM,4BCQT,gBAAC,KAAD,CAAMA,UAAWC,EAAaC,GAAG,yBAC/B,uBAAKF,UAAWC,GAAhB,oBACA,gBAAC,EAAAE,EAAD,CACEH,UAAWC,EACXG,IAAI,wCACJH,OAAS,CAACI,gBAAiB,WAH7B,sBAMF,gBAAC,KAAD,CAAML,UAAWC,EAAaC,GAAG,2BAC/B,uBAAKF,UAAWC,GAAhB,sBACA,gBAAC,EAAAE,EAAD,CACEH,UAAWC,EACXG,IAAI,0CAFN,wBAQT,CAEM,SAASE,IACd,OACE,gBAAC,IAAD,CAAKP,MAAM,SAEd,C","sources":["webpack://gatsby-starter-hello-world/./src/styles/games.module.css","webpack://gatsby-starter-hello-world/./src/pages/games/index.js"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport var Banner = \"games-module--Banner--DgE9Z\";\nexport var Game = \"games-module--Game--CCaU8\";\nexport var Nav = \"games-module--Nav--vFGcK\";\nexport var Title = \"games-module--Title--wwkqC\";","import { StaticImage } from \"gatsby-plugin-image\";\r\nimport { Link } from \"gatsby\";\r\nimport React from \"react\";\r\nimport Layout from \"../../components/Layout\";\r\nimport * as styles from \"../../styles/games.module.css\"\r\nimport { SEO } from \"../../components/Seo\";\r\n\r\nexport default function Games() {\r\n return (\r\n <Layout title=\"Games\">\r\n <nav className={styles.Nav}>\r\n <Link className={styles.Game} to=\"/games/changeincharge\">\r\n <div className={styles.Title}>Change in Charge</div>\r\n <StaticImage \r\n className={styles.Banner}\r\n src=\"../../images/ChangeInChargeBanner.png\" \r\n styles={ {backgroundColor: \"#705954\"} } \r\n />\r\n </Link>\r\n <Link className={styles.Game} to=\"/games/noscrewsattached\">\r\n <div className={styles.Title}>No Screws Attached</div>\r\n <StaticImage\r\n className={styles.Banner}\r\n src=\"../../images/NoScrewsAttachedBanner.png\"\r\n />\r\n </Link>\r\n </nav>\r\n </Layout>\r\n )\r\n}\r\n\r\nexport function Head() {\r\n return (\r\n <SEO title=\"Games\" />\r\n )\r\n}"],"names":["Banner","Game","Title","Games","Layout","title","className","styles","to","S","src","backgroundColor","Head"],"sourceRoot":""}