diff --git a/examples/blog/src/components/BlogPost.astro b/examples/blog/src/components/BlogPost.astro
index 95116b2e7..22fd74645 100644
--- a/examples/blog/src/components/BlogPost.astro
+++ b/examples/blog/src/components/BlogPost.astro
@@ -18,7 +18,7 @@ const { title, author, publishDate, heroImage } = Astro.props;
{heroImage && }
{publishDate}