Skip to content

Commit d124172

Browse files
authored
fix(ourlogs): Fix arcade link to not break cors (#97640)
1 parent 8e28cf1 commit d124172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/explore/logs/logsOnboarding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function OnboardingPanel({
130130
<Preview>
131131
<BodyTitle>{t('Preview a Sentry Log')}</BodyTitle>
132132
<Arcade
133-
src="https://app.arcade.software/dLjHGrPJITrt7JKpmX5V?embed"
133+
src="https://demo.arcade.software/dLjHGrPJITrt7JKpmX5V?embed"
134134
loading="lazy"
135135
allowFullScreen
136136
/>

0 commit comments

Comments
 (0)