import { VStack } from '../elements/LayoutPrimitives' import { theme } from '../tokens/stitches.config' import { EditInfoIcon } from './icons/EditInfoIcon' type InfoLinkProps = { href: string } export function InfoLink(props: InfoLinkProps): JSX.Element { return ( ) }