diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro index c3907b3..66d2efb 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -1,9 +1,9 @@ --- -import { Image, Picture } from "astro:assets"; +// import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- -{`${name}`} +{`${name}`}