change font again

This commit is contained in:
Milo Schwartz
2024-11-23 11:42:22 -05:00
parent 45e1bff2e0
commit f9e0c33368
4 changed files with 7 additions and 7 deletions

View File

@@ -85,17 +85,17 @@ export default async function ResourceLayout(props: ResourceLayoutProps) {
{
title: "General",
href: `/{orgId}/settings/resources/{resourceId}/general`,
icon: <Settings className="w-4 h-4" />,
// icon: <Settings className="w-4 h-4" />,
},
{
title: "Connectivity",
href: `/{orgId}/settings/resources/{resourceId}/connectivity`,
icon: <Cloud className="w-4 h-4" />,
// icon: <Cloud className="w-4 h-4" />,
},
{
title: "Authentication",
href: `/{orgId}/settings/resources/{resourceId}/authentication`,
icon: <Shield className="w-4 h-4" />,
// icon: <Shield className="w-4 h-4" />,
},
];