--- import ExternalLink from "../links/ExternalLink.astro" import PajamasIcon from "../icons/PajamasIcon.astro" import type { MyLink } from "./myLinks" interface Props extends MyLink { class?: string } const { title, message, url, icon, class: clazz } = Astro.props const iconStyle = "w-6 h-6" ---
{ icon ? ( ) : ( ) }
{title}

{message}