--- let app = Astro.props.item; let itemName = app.name.replace(" ", ""); const actionLabel = app.redirectUrl ? `Open ${app.name} link` : `Open ${app.name} window`; ---

{app.name}