--- interface Props { label: string; href: string; variant?: string; checksum?: string; } const { label, href, checksum } = Astro.props; ---
{label}