diff --git a/static/app/views/onboarding/components/scmFeatureCard.tsx b/static/app/views/onboarding/components/scmFeatureCard.tsx index c9f337b01a51..ea0b7c293840 100644 --- a/static/app/views/onboarding/components/scmFeatureCard.tsx +++ b/static/app/views/onboarding/components/scmFeatureCard.tsx @@ -48,20 +48,20 @@ export function ScmFeatureCard({ > @@ -79,31 +79,34 @@ export function ScmFeatureCard({ {label} - + + + {isVolumeLoading ? ( + + ) : ( + + }> + {volume} + + + )} + + + + + + + {description} - - {isVolumeLoading ? ( - - ) : ( - - }> - {volume} - - - )} - - - - diff --git a/static/app/views/onboarding/components/scmFeatureInfoCards.tsx b/static/app/views/onboarding/components/scmFeatureInfoCards.tsx index 1a1ede0074a4..a6621698f236 100644 --- a/static/app/views/onboarding/components/scmFeatureInfoCards.tsx +++ b/static/app/views/onboarding/components/scmFeatureInfoCards.tsx @@ -70,7 +70,7 @@ export function ScmFeatureInfoCards({ {genBackButton?.()} - + {!selectedRepository && ( )}