Skip to content

Commit

Permalink
Halloween 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Oct 23, 2022
1 parent 131c5d1 commit b9510f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions packages/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const Home: NextPage = observer(function () {
preserveAspectRatio={"xMidYMid slice"}
>
<g>
{!IS_FRONTIER && (
{/* {!IS_FRONTIER && (
<ProgressiveSvgImage
lowResXlinkHref="/images/osmosis-home-bg-low.png"
xlinkHref="/images/osmosis-home-bg.png"
Expand All @@ -153,22 +153,26 @@ const Home: NextPage = observer(function () {
height="244"
fill="#120644"
/>
)}
)} */}
<ProgressiveSvgImage
lowResXlinkHref={
IS_FRONTIER
? "/images/osmosis-cowboy-woz-low.png"
: "/images/osmosis-home-fg-low.png"
? "/images/halloween2022.png"
: "/images/halloween2022.png"
}
xlinkHref={
IS_FRONTIER
? "/images/osmosis-cowboy-woz.png"
: "/images/osmosis-home-fg.png"
? "/images/halloween2022.png"
: "/images/halloween2022.png"
}
x={IS_FRONTIER ? "-100" : "61"}
y={IS_FRONTIER ? "100" : "602"}
width={IS_FRONTIER ? "800" : "448.8865"}
height={IS_FRONTIER ? "800" : "285.1699"}
// x={IS_FRONTIER ? "-100" : "61"}
// y={IS_FRONTIER ? "100" : "602"}
// width={IS_FRONTIER ? "800" : "448.8865"}
// height={IS_FRONTIER ? "800" : "285.1699"}
x={"50"}
y={"0"}
width={"1000"}
height={"1000"}
/>
</g>
</svg>
Expand Down
Binary file added packages/web/public/images/halloween2022.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit b9510f3

@vercel
Copy link

@vercel vercel bot commented on b9510f3 Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b9510f3 Oct 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.