{#if isWarningModalOpen}
{note.links.length}
{note.links.length > 1 ? $t('adventures.links') : $t('adventures.link')}
{new Date(note.date).toLocaleDateString(undefined, { timeZone: 'UTC' })}{note.name}
{#each note.links.slice(0, 3) as link}