diff --git a/apps/web/app/(app)/environments/[environmentId]/settings/SettingsCard.tsx b/apps/web/app/(app)/environments/[environmentId]/settings/SettingsCard.tsx index a18cc0ac6b..43de8b1f39 100644 --- a/apps/web/app/(app)/environments/[environmentId]/settings/SettingsCard.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/settings/SettingsCard.tsx @@ -18,7 +18,7 @@ export default function SettingsCard({ }) { return (
-
+

{title}

diff --git a/apps/web/app/(app)/environments/[environmentId]/settings/SettingsNavbar.tsx b/apps/web/app/(app)/environments/[environmentId]/settings/SettingsNavbar.tsx index 9ffa11ec60..8efa0395c8 100644 --- a/apps/web/app/(app)/environments/[environmentId]/settings/SettingsNavbar.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/settings/SettingsNavbar.tsx @@ -223,7 +223,7 @@ export default function SettingsNavbar({ environmentId }: { environmentId: strin ))}
-
+
setMobileNavMenuOpen(!mobileNavMenuOpen)}> @@ -235,7 +235,7 @@ export default function SettingsNavbar({ environmentId }: { environmentId: strin
{navigation.map((item) => (
-

+

{item.title}{" "} {item.title === "Product" && product?.name && ( ({truncate(product?.name, 10)}) diff --git a/apps/web/app/(app)/environments/[environmentId]/settings/api-keys/EditApiKeys.tsx b/apps/web/app/(app)/environments/[environmentId]/settings/api-keys/EditApiKeys.tsx index 89ec83521c..9b1bb298f3 100644 --- a/apps/web/app/(app)/environments/[environmentId]/settings/api-keys/EditApiKeys.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/settings/api-keys/EditApiKeys.tsx @@ -60,10 +60,10 @@ export default function EditAPIKeys({

-
Label
-
API Key
-
Last used
-
Created at
+
Label
+
API Key
+
Last used
+
Created at
@@ -77,12 +77,14 @@ export default function EditAPIKeys({
-
{apiKey.label}
-
{apiKey.apiKey || secret}
-
+
{apiKey.label}
+
+ {apiKey.apiKey || secret} +
+
{apiKey.lastUsedAt && timeSince(apiKey.lastUsedAt.toString())}
-
{timeSince(apiKey.createdAt.toString())}
+
{timeSince(apiKey.createdAt.toString())}