Skip to content

Commit

Permalink
update Buy More modal with new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rofrtd committed Nov 5, 2021
1 parent e901ab9 commit f5f91a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dapp/components/farm/Farm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {

import coin from "../../images/ui/sunflower_coin.png";
import questionMark from "../../images/ui/expression_confused.png";
import sunflower from "../../images/sunflower/plant.png";
import sunflower_coin from "../../images/ui/sunflower_coin.png";

import { Panel } from "../ui/Panel";
import { Timer } from "../ui/Timer";
Expand Down Expand Up @@ -259,7 +259,7 @@ export const Farm: React.FC = () => {
Quickswap. In the meantime the only way to earn more tokens is
through playing the game.
</span>
<img id="nft" src={sunflower} />
<img id="nft" src={sunflower_coin} />
</div>
</Panel>
</Modal>
Expand Down

0 comments on commit f5f91a0

Please sign in to comment.