Skip to content

Commit f5b93d6

Browse files
committed
fix: cursor comments
1 parent 5d48549 commit f5b93d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ui/pages/onboarding-flow/metametrics/__snapshots__/metametrics.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`Onboarding Metametrics Component renders match snapshot 1`] = `
1616
>
1717
<img
1818
alt="User control"
19-
height="200"
19+
height="175"
2020
src="images/user-control.png"
2121
width="200"
2222
/>
@@ -129,7 +129,7 @@ exports[`Onboarding Metametrics Component renders match snapshot after new polic
129129
>
130130
<img
131131
alt="User control"
132-
height="200"
132+
height="175"
133133
src="images/user-control.png"
134134
width="200"
135135
/>

ui/pages/onboarding-flow/metametrics/metametrics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export default function OnboardingMetametrics() {
174174
<img
175175
src="images/user-control.png"
176176
alt="User control"
177-
height={200}
177+
height={175}
178178
width={200}
179179
/>
180180
</Box>

0 commit comments

Comments
 (0)