export const mountShortName = (fullName: string) => fullName .split(" ") .slice(0, 2) .join(" ");