--- interface Props { href: string, display: string, color?: string } const {href, display, color = "transparent"} = Astro.props --- {display}