--- import IconButton from '@/atoms/icon-button.astro'; import Timestamp from '@/atoms/timestamp.astro'; import Typography from '@/atoms/typography.astro'; import type { Job } from '@/types/experience-section'; import type { I18n } from '@/types/i18n'; import TagsList from '../molecules/tags-list.astro'; export interface Props { job: Job; i18n: I18n; } const { job, i18n } = Astro.props; ---
{job.role} — {job.company}
{ job.socials?.map(({ icon, url, name }) => ( )) }