diff --git a/gatsby-config.js b/gatsby-config.js index 37a51f9..72b677b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -9,6 +9,7 @@ module.exports = { author: "Dawid WysokiƄski", contactUrl: "http://dawid-wysokinski.pl/#contact", scriptsUrl: "https://github.com/tribalwarshelp/scripts", + mapToolUrl: "https://map.tribalwarshelp.com", siteUrl, }, plugins: [ diff --git a/src/pages/index.js b/src/pages/index.js index cc94ebf..1b47ad5 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -26,6 +26,9 @@ const useStyles = makeStyles(theme => ({ "& > *": { padding: theme.spacing(0.5), }, + [theme.breakpoints.down("xs")]: { + flexDirection: "column", + }, }, })) @@ -44,6 +47,7 @@ const IndexPage = ({ location }) => { author contactUrl scriptsUrl + mapToolUrl } } } @@ -73,6 +77,9 @@ const IndexPage = ({ location }) => {
Discord Bot
+
+ Map tool +
Scripts