aboutsummaryrefslogtreecommitdiff
path: root/www/src/components/BlogPost.astro
diff options
context:
space:
mode:
Diffstat (limited to 'www/src/components/BlogPost.astro')
-rw-r--r--www/src/components/BlogPost.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/components/BlogPost.astro b/www/src/components/BlogPost.astro
index 4c73608a3..72396b9cd 100644
--- a/www/src/components/BlogPost.astro
+++ b/www/src/components/BlogPost.astro
@@ -26,7 +26,7 @@ const { title, author, publishDate, heroImage, heroImageAlt } = Astro.props;
</header>
<main class="content">
<slot />
- <BackArrow url={'/blog/'} title={'Back to all blogposts'}/>
+ <BackArrow url={'/blog/'} title={'Back to all blog posts'}/>
</main>
</article>
<GoogleAnalytics />