diff --git a/packages/console/src/components/Drawer/index.module.scss b/packages/console/src/components/Drawer/index.module.scss index 33c410a66..70f7dc0f7 100644 --- a/packages/console/src/components/Drawer/index.module.scss +++ b/packages/console/src/components/Drawer/index.module.scss @@ -6,8 +6,8 @@ right: 0; bottom: 0; width: 50%; - max-width: 900px; - min-width: 800px; + max-width: 960px; + min-width: 860px; outline: none; background: var(--color-base); diff --git a/packages/console/src/pages/OrganizationDetails/index.tsx b/packages/console/src/pages/OrganizationDetails/index.tsx index 6fd5f1535..1ac59d6fc 100644 --- a/packages/console/src/pages/OrganizationDetails/index.tsx +++ b/packages/console/src/pages/OrganizationDetails/index.tsx @@ -19,7 +19,7 @@ import TabNav, { TabNavItem } from '@/ds-components/TabNav'; import useApi, { type RequestError } from '@/hooks/use-api'; import useTenantPathname from '@/hooks/use-tenant-pathname'; -import IntroductionAndPermissions from '../Organizations/Guide/Introduction'; +import Introduction from '../Organizations/Guide/Introduction'; import Members from './Members'; import Settings from './Settings'; @@ -89,12 +89,14 @@ function OrganizationDetails() { ]} /> { setIsGuideDrawerOpen(false); }} > - + +
-
- +
+
{t('guide.introduction.title')}