Skip to content

Commit fadd0b5

Browse files
fix(ui): Use new illustration for tracing keyboard shortcuts (#70474)
<img alt="clipboard.png" width="665" src="https://i.imgur.com/h8p3E1H.png" /> Looks like the rest of the product now
1 parent 277f026 commit fadd0b5

File tree

3 files changed

+134
-2
lines changed

3 files changed

+134
-2
lines changed

static/app/views/performance/newTraceDetails/traceShortcuts.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {Fragment, useCallback} from 'react';
22
import styled from '@emotion/styled';
33

4-
import tracingKeyboardIllustration from 'sentry-images/tracing/tracing-keyboard.jpg';
4+
import tracingKeyboardShortcuts from 'sentry-images/spot/tracing-keyboard-shortcuts.svg';
55

66
import {type ModalRenderProps, openModal} from 'sentry/actionCreators/modal';
77
import {Button} from 'sentry/components/button';
@@ -60,7 +60,7 @@ function TraceShortcutsModal({Header, Body}: ModalRenderProps) {
6060
</Shortcuts>
6161
</div>
6262
<div>
63-
<img src={tracingKeyboardIllustration} alt="Sentry cant fix this" />
63+
<img src={tracingKeyboardShortcuts} alt={t('Sentry cant fix this')} />
6464
</div>
6565
</ShortcutsLayout>
6666
</Body>

0 commit comments

Comments
 (0)