() => (
<Stack flex>
<TextLink
href="https://orbit.kiwi"
external
iconRight={<NewWindow ariaLabel="Opens in new window" />}
>
Orbit design system
</TextLink>
<TextLink iconRight={<ChevronRight />}>Skip this step</TextLink>
</Stack>
);