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