small visual enhancements to icons

This commit is contained in:
Milo Schwartz
2024-11-22 23:06:12 -05:00
parent 5388c5d5b4
commit 45e1bff2e0
28 changed files with 299 additions and 138 deletions

View File

@@ -22,22 +22,22 @@ const topNavItems = [
{
title: "Sites",
href: "/{orgId}/settings/sites",
icon: <Combine className="h-5 w-5" />,
icon: <Combine className="h-4 w-4" />,
},
{
title: "Resources",
href: "/{orgId}/settings/resources",
icon: <Waypoints className="h-5 w-5" />,
icon: <Waypoints className="h-4 w-4" />,
},
{
title: "Access",
href: "/{orgId}/settings/access",
icon: <Users className="h-5 w-5" />,
icon: <Users className="h-4 w-4" />,
},
{
title: "General",
href: "/{orgId}/settings/general",
icon: <Settings className="h-5 w-5" />,
icon: <Settings className="h-4 w-4" />,
},
];