Skip to content

Commit

Permalink
fix frame
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aly3n committed Mar 27, 2024
1 parent 389d540 commit d81a032
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/HowItWorksPage/EconomyFlow/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Image from "next/image";
import { allBgImg, demmortalBlastFrame } from "../../../store/img";
import { allBgImg, demmortalOPFrame } from "../../../store/img";
import { motion } from "framer-motion";
import { useEffect, useRef, useState } from "react";

Expand Down Expand Up @@ -62,7 +62,7 @@ const EconomyFlow: React.FC = () => {
>
<Image
alt="dedogmadao background"
src={demmortalBlastFrame}
src={demmortalOPFrame}
width={1862}
height={1169}
quality={100}
Expand Down
Binary file removed src/store/images/demmortal-mode-frame.png
Binary file not shown.
Binary file added src/store/images/demmortal-op-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/store/img.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ import auctionHera from './images/auctions/hera.png';
import auctionPoseidon from './images/auctions/poseidon.png';
export const auctionImgs = [auctionAphrodite, auctionArtemis, auctionHades, auctionHecate, auctionHera, auctionPoseidon, auctionArtemis, auctionAphrodite,auctionHades,auctionHera];

import demmortalBlastFrame from './images/demmortal-mode-frame.png';
export {demmortalBlastFrame}
import demmortalOPFrame from './images/demmortal-op-frame.png';
export {demmortalOPFrame}

0 comments on commit d81a032

Please sign in to comment.