--- import MicroBlog, { type Props as MicroBlogProps } from "../../components/MicroBlog.astro"; import TwitterLogo from "./TwitterLogo.astro"; type Props = MicroBlogProps & { fill?: string source?: string } const { fill, source, class: className } = { fill: "#4A99E9", ...Astro.props }; --- {source ? ( ) : ( )}