diff --git a/apps/web/src/app/dashboard/collections/[id]/page.tsx b/apps/web/src/app/dashboard/collections/[id]/page.tsx index fa9737f..2c7e536 100644 --- a/apps/web/src/app/dashboard/collections/[id]/page.tsx +++ b/apps/web/src/app/dashboard/collections/[id]/page.tsx @@ -633,7 +633,7 @@ export default function CollectionDetailPage(): React.ReactElement { {/* Env Vars Tab - Not Owner */} {activeTab === 'env-vars' && !collection.isOwner && (
- +

Environment Variables Unavailable

You can only view environment variables for collections you own. @@ -696,7 +696,7 @@ export default function CollectionDetailPage(): React.ReactElement { {/* Settings Tab - Not Owner */} {activeTab === 'settings' && !collection.isOwner && (

- +

Settings Unavailable

You can only view settings for collections you own.