Skip to content

Commit

Permalink
fix(suite): fix image size in viewonlypromo
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka committed Jan 17, 2025
1 parent 4b72d92 commit 33cadee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const Top = () => {
<LargeDeviceImageContainer>
<LargeDeviceImage
alt="Trezor"
image={`TREZOR_${selectedDeviceModelInternal}`}
image={`TREZOR_${selectedDeviceModelInternal}_LARGE`}
/>
</LargeDeviceImageContainer>
</ElevationContext>
Expand Down

0 comments on commit 33cadee

Please sign in to comment.