fix signup box, merge crime & rename crime
This commit is contained in:
parent
f72c43a9fa
commit
325848c5a9
5 changed files with 17 additions and 22 deletions
|
|
@ -12,11 +12,10 @@ import {
|
|||
} from '../components/ui/icons';
|
||||
|
||||
const GROUP_ICONS: Record<string, ComponentType<{ className?: string }>> = {
|
||||
'Properties in the area': HouseIcon,
|
||||
Properties: HouseIcon,
|
||||
Transport: RouteIcon,
|
||||
Education: GraduationCapIcon,
|
||||
Deprivation: ChartBarIcon,
|
||||
'Crime summary': ShieldIcon,
|
||||
Crime: ShieldIcon,
|
||||
Demographics: UsersIcon,
|
||||
Amenities: ShoppingBagIcon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue