--- export interface Props { href: string; label: string; icon?: string; className?: string; } const { href, label, icon = "↗", className, } = Astro.props; --- {label}