From 35f7b474a18f99270e5d11560b6484eeb64b338f Mon Sep 17 00:00:00 2001 From: Guilherme Siquinelli Date: Sun, 18 Jul 2021 02:54:31 -0300 Subject: [PATCH] fix: fixes prop href of author component in example blog, was url (#734) --- examples/blog/src/components/BlogPost.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blog/src/components/BlogPost.astro b/examples/blog/src/components/BlogPost.astro index 95116b2e7a..22fd74645a 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}

{title}

- +