From 9ae5357c6c51cb7de192a4387cd59adf5f146cc8 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sun, 28 Jun 2020 16:00:29 +0200 Subject: [PATCH] fix typo --- src/pages/commands.js | 24 +++++++++++++----------- src/pages/index.js | 6 +++--- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/pages/commands.js b/src/pages/commands.js index 8cfed85..33cc147 100644 --- a/src/pages/commands.js +++ b/src/pages/commands.js @@ -153,7 +153,7 @@ const CommandsPage = ({ location }) => { description={pageDescription} /> - + Commands for all guild members @@ -165,16 +165,18 @@ const CommandsPage = ({ location }) => { ))} - - Admin commands - - - {adminCommands.map(cmd => ( - - - - ))} - +
+ + Admin commands + + + {adminCommands.map(cmd => ( + + + + ))} + +
); diff --git a/src/pages/index.js b/src/pages/index.js index 88c5d23..30bbbea 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -62,7 +62,7 @@ const IndexPage = ({ location }) => { Observe your tribe ennoblements! - This bot notifies you about conquered/lost village by tribe near + This bot notifies you about conquered/lost village by a tribe near real-time. @@ -72,9 +72,9 @@ const IndexPage = ({ location }) => { href={data.site.siteMetadata.botInviteUrl} color="inherit" underline="none" - title={`Invite ${data.site.siteMetadata.title}`} + title={`Invite bot to your server`} > - Invite {data.site.siteMetadata.title} + Invite bot to your server