Skip to content

Commit

Permalink
Change automatic mounting pose image to new one (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored Aug 13, 2024
1 parent 1fba4e6 commit b06f038
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file added gui/public/images/mounting-reset-pose.avif
Binary file not shown.
Binary file removed gui/public/images/mounting-reset-pose.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion gui/src/components/Preload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export function Preload() {
<Helmet>
<link rel="preload" href="/images/front-standing-pose.webp" as="image" />
<link rel="preload" href="/images/slime-girl.webp" as="image" />
<link rel="preload" href="/images/mounting-reset-pose.webp" as="image" />
<link rel="preload" href="/images/mounting-reset-pose.avif" as="image" />
<link rel="preload" href="/images/reset-pose.webp" as="image" />
<link rel="preload" href="/images/slimes.webp" as="image" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ export function MountingResetStep({
</div>

{isMobile && (
<div className="flex flex-col pt-1 items-center fill-background-50 justify-center px-12">
<div className="flex flex-col items-center fill-background-50 justify-center">
<img
src="/images/mounting-reset-pose.webp"
width={125}
src="/images/mounting-reset-pose.avif"
width={450}
alt="mounting reset ski pose"
/>
</div>
Expand All @@ -65,10 +65,10 @@ export function MountingResetStep({
</div>
</div>
{!isMobile && (
<div className="flex flex-col pt-1 items-center fill-background-50 justify-center px-12">
<div className="flex flex-col pt-1 items-center fill-background-50 justify-center">
<img
src="/images/mounting-reset-pose.webp"
width={125}
src="/images/mounting-reset-pose.avif"
width={600}
alt="mounting reset ski pose"
/>
</div>
Expand Down

0 comments on commit b06f038

Please sign in to comment.