spacing improvements to config layout

This commit is contained in:
Milo Schwartz
2024-10-13 23:05:22 -04:00
parent 408f42daad
commit 7f6070a1b2
3 changed files with 66 additions and 48 deletions

View File

@@ -39,7 +39,7 @@ export function TopbarNav({
href={item.href.replace("{orgId}", orgId)}
className={cn(
"px-2 py-3 text-md",
pathname === item.href.replace("{orgId}", orgId)
pathname.startsWith(item.href.replace("{orgId}", orgId))
? "border-b-2 border-stone-600 text-stone-600"
: "hover:text-gray-600 text-stone-400",
"whitespace-nowrap",