import { Fragment } from 'react'; import LazyImage from '../lazy-image'; import { MdOpenInNew } from 'react-icons/md'; import { ga, skeleton } from '../../utils'; import { SanitizedExternalProject } from '../../interfaces/sanitized-config'; const ExternalProjectCard = ({ externalProjects, header, loading, googleAnalyticId, }: { externalProjects: SanitizedExternalProject[]; header: string; loading: boolean; googleAnalyticId?: string; }) => { const renderSkeleton = () => { const array = []; for (let index = 0; index < externalProjects.length; index++) { array.push(
{item.description}