--- const { class: className = '', style, href } = Astro.props; // Wrap in because Houdini is disabled for a[href] for security const { variant = 'primary' } = Astro.props; const { before, after } = Astro.slots; ---