import { globals } from '@/utils/constants'; import { LocationIcon } from '../DomainIcons'; interface BadgeLocationProps { location: string; } function BadgeLocation({ location }: BadgeLocationProps) { return (