Skip to content

Commit

Permalink
Remove all of it
Browse files Browse the repository at this point in the history
Do we really want to ask them about adding other projects now? They can't do more than 1 project at a time can they? Just get rid of it. If they need to add more, that needs to be further onboarding later
  • Loading branch information
smeubank authored Jul 30, 2024
1 parent 19cdec5 commit bbcce84
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions static/app/views/projectInstall/createProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {Alert} from 'sentry/components/alert';
import {Button} from 'sentry/components/button';
import Input from 'sentry/components/input';
import * as Layout from 'sentry/components/layouts/thirds';
import ExternalLink from 'sentry/components/links/externalLink';
import List from 'sentry/components/list';
import ListItem from 'sentry/components/list/listItem';
import {SupportedLanguages} from 'sentry/components/onboarding/frameworkSuggestionModal';
Expand Down Expand Up @@ -322,11 +321,6 @@ function CreateProject() {
<div data-test-id="onboarding-info">
<List symbol="colored-numeric">
<Layout.Title withMargins>{t('Create a new project in 3 steps')}</Layout.Title>
<HelpText>
{tct(
'Set up a separate project for each part of your application (for example, your API server and frontend client), to quickly pinpoint which part of your application errors are coming from.'
)}
</HelpText>
<StyledListItem>{t('Choose your platform')}</StyledListItem>
<PlatformPicker
platform={platform?.key}
Expand Down Expand Up @@ -453,8 +447,3 @@ const TeamSelectInput = styled('div')`
grid-template-columns: 1fr min-content;
align-items: center;
`;

const HelpText = styled('p')`
color: ${p => p.theme.subText};
max-width: 760px;
`;

0 comments on commit bbcce84

Please sign in to comment.