{notification.actor ? (
) : (
)}
}}
/>
{notification.page && (
{notification.page.icon ? (
{notification.page.icon}
) : (
)}
{notification.page.title || t("Untitled")}
)}
{hovered && isUnread ? (
) : (
{formatRelativeTime(notification.createdAt)}
)}
{isUnread && (
)}