Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
adetyaz committed Aug 20, 2024
1 parent 4eb93f9 commit 3ca28f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/avatar-leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const AvatarLeaderboard = () => {
No. tokens: {topAvatars?.[1].count}
</div>
<Link
href={`https://webxr-polygon.vercel.app/${topAvatars?.[1].phygital_id}`}
href={`https://webxr.myriadflow.com/${topAvatars?.[1].phygital_id}`}
>
<button className='text-center text-2xl px-4 py-2 rounded-full border border-black bg-white cursor-pointer hover:bg-gray-200'>
WEBXR
Expand Down Expand Up @@ -124,7 +124,7 @@ const AvatarLeaderboard = () => {
No. tokens: {topAvatars?.[0].count}
</div>
<Link
href={`https://webxr-polygon.vercel.app/${topAvatars?.[0].phygital_id}`}
href={`https://webxr.myriadflow.com/${topAvatars?.[0].phygital_id}`}
>
<button className='text-center text-2xl px-4 py-2 rounded-full border border-black bg-white cursor-pointer hover:bg-gray-200'>
WEBXR
Expand Down Expand Up @@ -153,7 +153,7 @@ const AvatarLeaderboard = () => {
No. tokens: {topAvatars?.[2].count}
</div>
<Link
href={`https://webxr-polygon.vercel.app/${topAvatars?.[2].phygital_id}`}
href={`https://webxr.myriadflow.com/${topAvatars?.[2].phygital_id}`}
>
<button className='text-center text-2xl px-4 py-2 rounded-full border border-black bg-white cursor-pointer hover:bg-gray-200'>
WEBXR
Expand Down

0 comments on commit 3ca28f4

Please sign in to comment.