Skip to content

Commit b06f038

Browse files
authored
Change automatic mounting pose image to new one (#1135)
1 parent 1fba4e6 commit b06f038

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
466 KB
Binary file not shown.
-108 KB
Binary file not shown.

gui/src/components/Preload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gui/src/components/onboarding/pages/mounting/mounting-steps/MountingReset.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)