From 5e9e581ee1d65951c7ee98cc669a0c60cb824749 Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Wed, 16 Oct 2024 07:54:54 -0300 Subject: [PATCH] ref(quick-start): Apply skeleton feedback --- static/app/components/onboardingWizard/newSidebar.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/static/app/components/onboardingWizard/newSidebar.tsx b/static/app/components/onboardingWizard/newSidebar.tsx index ea3f45a1dcff5a..7077c068008931 100644 --- a/static/app/components/onboardingWizard/newSidebar.tsx +++ b/static/app/components/onboardingWizard/newSidebar.tsx @@ -182,15 +182,11 @@ function TaskGroup({title, description, tasks, expanded, hidePanel}: TaskGroupPr setIsExpanded(!isExpanded)}> - +
{title}

{description}

- - +
+
{isExpanded && (