import cx from 'classnames' import dayjs from 'dayjs' import { Link } from 'components/Link' import { ArrowRightIcon } from '@primer/octicons-react' import { FeaturedLink, useProductLandingContext } from 'components/context/ProductLandingContext' import { useTranslation } from 'components/hooks/useTranslation' import { TruncateLines } from 'components/TruncateLines' export const FeaturedArticles = () => { const { featuredArticles = [], changelog, whatsNewChangelog, changelogUrl, } = useProductLandingContext() const { t } = useTranslation('toc') return (