diff options
Diffstat (limited to 'examples/blog/src/components/FollowMe.astro')
-rw-r--r-- | examples/blog/src/components/FollowMe.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/blog/src/components/FollowMe.astro b/examples/blog/src/components/FollowMe.astro index 09062281a..093391147 100644 --- a/examples/blog/src/components/FollowMe.astro +++ b/examples/blog/src/components/FollowMe.astro @@ -8,4 +8,3 @@ const { username, href } = Astro.props as Props; --- <p>Follow me <a {href} target="_blank" rel="noreferrer">@{username}</a></p> - |