We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455da0f commit 2cc98a7Copy full SHA for 2cc98a7
static/app/views/performance/onboarding.tsx
@@ -458,7 +458,7 @@ function OnboardingPanel({
458
<Preview>
459
<BodyTitle>{t('Preview a Sentry Trace')}</BodyTitle>
460
<Arcade
461
- src="https://demo.arcade.software/54VidzNthU5ykIFPCdW1?embed"
+ src="https://demo.arcade.software/BPVB65UiYCxixEw8bnmj?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
462
loading="lazy"
463
allowFullScreen
464
/>
@@ -819,7 +819,8 @@ const Divider = styled('hr')`
819
const Arcade = styled('iframe')`
820
width: 750px;
821
max-width: 100%;
822
- height: 500px;
+ margin-top: ${space(3)};
823
+ height: 522px;
824
border: 0;
825
`;
826
0 commit comments