From 17e139dff13de516ec7d6371003bc7128bc23d5e Mon Sep 17 00:00:00 2001 From: wangsijie Date: Mon, 29 Jul 2024 09:17:50 +0800 Subject: [PATCH] feat(console): remove beta tag for protected app (#6341) --- .../pages/Applications/components/ProtectedAppCard/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/console/src/pages/Applications/components/ProtectedAppCard/index.tsx b/packages/console/src/pages/Applications/components/ProtectedAppCard/index.tsx index 9ee16e101..fe5f05c08 100644 --- a/packages/console/src/pages/Applications/components/ProtectedAppCard/index.tsx +++ b/packages/console/src/pages/Applications/components/ProtectedAppCard/index.tsx @@ -5,7 +5,6 @@ import { Trans, useTranslation } from 'react-i18next'; import ProtectedAppDarkIcon from '@/assets/icons/protected-app-dark.svg?react'; import ProtectedAppIcon from '@/assets/icons/protected-app.svg?react'; -import { BetaTag } from '@/components/FeatureTag'; import Button from '@/ds-components/Button'; import TextLink from '@/ds-components/TextLink'; import useDocumentationUrl from '@/hooks/use-documentation-url'; @@ -48,7 +47,6 @@ function ProtectedAppCard({
{t(isInAppCreationPage ? 'name' : 'title')}
-