File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
onboarding/pages/mounting/mounting-steps Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export function Preload() {
44 < Helmet >
55 < link rel = "preload" href = "/images/front-standing-pose.webp" as = "image" />
66 < link rel = "preload" href = "/images/slime-girl.webp" as = "image" />
7- < link rel = "preload" href = "/images/mounting-reset-pose.webp " as = "image" />
7+ < link rel = "preload" href = "/images/mounting-reset-pose.avif " as = "image" />
88 < link rel = "preload" href = "/images/reset-pose.webp" as = "image" />
99 < link rel = "preload" href = "/images/slimes.webp" as = "image" />
1010
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ export function MountingResetStep({
4141 </ div >
4242
4343 { isMobile && (
44- < div className = "flex flex-col pt-1 items-center fill-background-50 justify-center px-12 " >
44+ < div className = "flex flex-col items-center fill-background-50 justify-center" >
4545 < img
46- src = "/images/mounting-reset-pose.webp "
47- width = { 125 }
46+ src = "/images/mounting-reset-pose.avif "
47+ width = { 450 }
4848 alt = "mounting reset ski pose"
4949 />
5050 </ div >
@@ -65,10 +65,10 @@ export function MountingResetStep({
6565 </ div >
6666 </ div >
6767 { ! isMobile && (
68- < div className = "flex flex-col pt-1 items-center fill-background-50 justify-center px-12 " >
68+ < div className = "flex flex-col pt-1 items-center fill-background-50 justify-center" >
6969 < img
70- src = "/images/mounting-reset-pose.webp "
71- width = { 125 }
70+ src = "/images/mounting-reset-pose.avif "
71+ width = { 600 }
7272 alt = "mounting reset ski pose"
7373 />
7474 </ div >
You can’t perform that action at this time.
0 commit comments