export default function Badge({ title, path, alt, type }: { title: string; path: string; alt: string; type: string }) { return (