File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
static/app/components/replays Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {useReplayContext} from 'sentry/components/replays/replayContext';
99import { ReplayFullscreenButton } from 'sentry/components/replays/replayFullscreenButton' ;
1010import ReplayPlayPauseButton from 'sentry/components/replays/replayPlayPauseButton' ;
1111import TimeAndScrubberGrid from 'sentry/components/replays/timeAndScrubberGrid' ;
12- import { IconNext , IconRewind10 } from 'sentry/icons' ;
12+ import { IconChevron , IconRewind10 } from 'sentry/icons' ;
1313import { t } from 'sentry/locale' ;
1414import { space } from 'sentry/styles/space' ;
1515import { getNextReplayFrame } from 'sentry/utils/replays/getReplayEvent' ;
@@ -46,7 +46,7 @@ function ReplayPlayPauseBar({isLoading}: {isLoading?: boolean}) {
4646 disabled = { isLoading }
4747 size = "sm"
4848 title = { t ( 'Next breadcrumb' ) }
49- icon = { < IconNext size = "sm" /> }
49+ icon = { < IconChevron size = "sm" direction = "right " /> }
5050 onClick = { ( ) => {
5151 if ( ! replay ) {
5252 return ;
You can’t perform that action at this time.
0 commit comments