Skip to content

Commit

Permalink
fix(ui): Use new illustration for tracing keyboard shortcuts (#70474)
Browse files Browse the repository at this point in the history
<img alt="clipboard.png" width="665"
src="https://i.imgur.com/h8p3E1H.png" />

Looks like the rest of the product now
  • Loading branch information
evanpurkhiser authored May 7, 2024
1 parent 277f026 commit fadd0b5
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Fragment, useCallback} from 'react';
import styled from '@emotion/styled';

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

import {type ModalRenderProps, openModal} from 'sentry/actionCreators/modal';
import {Button} from 'sentry/components/button';
Expand Down Expand Up @@ -60,7 +60,7 @@ function TraceShortcutsModal({Header, Body}: ModalRenderProps) {
</Shortcuts>
</div>
<div>
<img src={tracingKeyboardIllustration} alt="Sentry cant fix this" />
<img src={tracingKeyboardShortcuts} alt={t('Sentry cant fix this')} />
</div>
</ShortcutsLayout>
</Body>
Expand Down
Loading

0 comments on commit fadd0b5

Please sign in to comment.