Skip to content

Commit f64594a

Browse files
Remove cloud beta badge from title (#7024)
1 parent 0d79ef4 commit f64594a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/app/src/app/components/CreateSandbox/TemplateCategoryList.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { useEffect } from 'react';
22
import track from '@codesandbox/common/lib/utils/analytics';
33
import { Button, Text, Stack } from '@codesandbox/components';
44
import { css } from '@styled-system/css';
5-
import { CloudBetaBadge } from 'app/components/CloudBetaBadge';
65
import { useAppState, useActions } from 'app/overmind';
76
import { TemplateFragment } from 'app/graphql/types';
87
import { TemplateCard } from './TemplateCard';
@@ -52,7 +51,6 @@ export const TemplateCategoryList = ({
5251
>
5352
{title}
5453
</Text>
55-
{isCloudTemplateList && <CloudBetaBadge hideIcon />}
5654
</Stack>
5755
{!hasLogIn && isCloudTemplateList ? (
5856
<Stack direction="vertical" gap={4}>

0 commit comments

Comments
 (0)