Skip to content

Commit

Permalink
correct success image
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Aug 5, 2024
1 parent b5a941b commit 8d2956c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ export function SimpleWizardBodyContent(props: Props): JSX.Element {
<>
{isSuccess ? (
<img
width={robotType === FLEX_ROBOT_TYPE ? '170px' : '160px'}
height={robotType === FLEX_ROBOT_TYPE ? '141px' : '120px'}
width={robotType === FLEX_ROBOT_TYPE ? '250px' : '160px'}
height={robotType === FLEX_ROBOT_TYPE ? '208px' : '120px'}
src={SuccessIcon}
alt="Success Icon"
/>
Expand Down

0 comments on commit 8d2956c

Please sign in to comment.