--- import { Icon } from 'astro-icon/components'; interface Props { title?: string; url?: string; noArrow?: boolean; } const { title, url, noArrow } = Astro.props; ---
{title} {noArrow ? null : ( )}