diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro index f883481..d7351df 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -1,4 +1,12 @@ --- const { name, image, target } = Astro.props; --- -{`${name}`} \ No newline at end of file +{`${name}`} + \ No newline at end of file