Skip to content

Commit

Permalink
Update Creatorgame image from png to webp
Browse files Browse the repository at this point in the history
Added new webp image
  • Loading branch information
Innkeeping authored and dysbulic committed Aug 18, 2024
1 parent 8940d2e commit 2e104bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/utils/questChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import team from '#assets/academy/team.webp';
import time from '#assets/academy/time.webp';
import web3builder from '#assets/academy/web3builder.webp';
import buildingonoptimism from '#assets/academy/buildingonop.webp';
import creatorgame from '#assets/academy/creatorgame.png';
import creatorgame from '#assets/academy/creatorgame.webp';
import { useWeb3 } from '#lib/hooks';

export const useQuestChainContract = (address: string) => {
Expand Down

0 comments on commit 2e104bf

Please sign in to comment.