Skip to content

Commit

Permalink
ref(quick-start): Apply skeleton feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Oct 16, 2024
1 parent 770094f commit 5e9e581
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions static/app/components/onboardingWizard/newSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,11 @@ function TaskGroup({title, description, tasks, expanded, hidePanel}: TaskGroupPr
<TaskGroupWrapper>
<TaskGroupHeader onClick={() => setIsExpanded(!isExpanded)}>
<InteractionStateLayer />
<span>
<div>
<strong>{title}</strong>
<p>{description}</p>
</span>
<Chevron
direction={isExpanded ? 'up' : 'down'}
role="presentation"
size="large"
/>
</div>
<Chevron direction={isExpanded ? 'up' : 'down'} role="button" size="large" />
</TaskGroupHeader>
{isExpanded && (
<Fragment>
Expand Down

0 comments on commit 5e9e581

Please sign in to comment.