import {Fragment} from 'react'; import {motion} from 'framer-motion'; import {openInviteMembersModal} from 'sentry/actionCreators/modal'; import Button from 'sentry/components/button'; import {PlatformKey} from 'sentry/data/platformCategories'; import platforms from 'sentry/data/platforms'; import {t, tct} from 'sentry/locale'; import SetupIntroduction from './setupIntroduction'; type Props = { currentPlatform: PlatformKey; }; export default function FullIntroduction({currentPlatform}: Props) { return ( p.id === currentPlatform)?.name ?? '' )} platform={currentPlatform} /> {tct( "Don't have a relationship with your terminal? [link:Invite your team instead].", { link: (