interface Props { url: string; name?: string; } export function GravatarFormatter({ url, name }: Props) { return (