mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
feat(console): remove beta tag for protected app (#6341)
This commit is contained in:
parent
5e7145b20c
commit
17e139dff1
1 changed files with 0 additions and 2 deletions
|
@ -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({
|
|||
<div className={isInAppCreationPage ? styles.label : styles.title}>
|
||||
{t(isInAppCreationPage ? 'name' : 'title')}
|
||||
</div>
|
||||
<BetaTag />
|
||||
</div>
|
||||
<div className={styles.description}>
|
||||
<Trans
|
||||
|
|
Loading…
Add table
Reference in a new issue