diff --git a/apps/web/public/champion-badge.svg b/apps/web/public/champion-badge.svg new file mode 100644 index 0000000..7121516 --- /dev/null +++ b/apps/web/public/champion-badge.svg @@ -0,0 +1,591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/web/public/icon.ico b/apps/web/public/icon.ico index 87a19c6..ecb9195 100644 Binary files a/apps/web/public/icon.ico and b/apps/web/public/icon.ico differ diff --git a/apps/web/public/warrior-badge.svg b/apps/web/public/warrior-badge.svg new file mode 100644 index 0000000..b7a8246 --- /dev/null +++ b/apps/web/public/warrior-badge.svg @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/apps/web/src/app/nft/page.tsx b/apps/web/src/app/nft/page.tsx index 06c06d5..9225dc2 100644 --- a/apps/web/src/app/nft/page.tsx +++ b/apps/web/src/app/nft/page.tsx @@ -9,13 +9,13 @@ const nftTargets = [ id: 1, name: "Xottle-Warrior Badge", target: 10, - image: "/images/earn.png", + image: "/warrior-badge.svg", }, { id: 2, name: "Xottle-Champion Badge", target: 100, - image: "/images/earn.png", + image: "/champion-badge.svg", }, ];