From be85498eaaed4657b1b0e3e08ad51690dfdb44c9 Mon Sep 17 00:00:00 2001
From: ttkapostol
-
+
@@ -109,7 +109,7 @@ function TwitchAd() {
return (
@@ -120,7 +120,7 @@ function StoreAd() {
return (
diff --git a/src/pages/404.js b/src/pages/404.js
index 97cb013d..064dc555 100644
--- a/src/pages/404.js
+++ b/src/pages/404.js
@@ -23,13 +23,13 @@ const NotFoundPage = () => (
home page would be a good idea. You might want to{' '}
read the blog, we have very interesting
articles and tutorials! Maybe looking for{' '}
- a mentor to improve your
+ a mentor to improve your
career?
How did you get here? Is this a broken link within the blog? Or maybe a link from a third party website? Please{' '} - let us know and we will fix it + let us know and we will fix it ASAP!
From 273ebcb0bb41db2cea89a49d9d90408092205f42 Mon Sep 17 00:00:00 2001 From: ttkapostol@@ -75,7 +75,7 @@ function LatestMentors({ mentors }) { {mentors.map(mentor =>
{mentor.tags.join(', ')}
- {author.frontmatter.name} ·{' '} + {author.frontmatter.name} ·{' '} {data.date} ·{' '} {fields.readingTime.text}
diff --git a/src/templates/post.js b/src/templates/post.js index 791ce12c..167e39ad 100644 --- a/src/templates/post.js +++ b/src/templates/post.js @@ -51,7 +51,7 @@ export default function PostTemplate({ data }) { {frontmatter.title}
- {author.frontmatter.name}{' '}
+ {author.frontmatter.name}{' '}
·{' '}
{frontmatter.date}{' '}
·{' '}
From e1385fe0a227caeb8524684688a96fa08157f58c Mon Sep 17 00:00:00 2001
From: ttkapostol