--- import Icon from '@components/ui/icons/icon.astro'; interface Props { noArrow?: boolean; } const { noArrow } = Astro.props; --- {noArrow ? null : } Go Back