Skip to content

Commit

Permalink
Merge pull request #5 from MyriadFlow/prod
Browse files Browse the repository at this point in the history
feat : updated leaderboard
  • Loading branch information
surajhub255 authored Nov 1, 2024
2 parents 326e0a2 + 3f9e68f commit 7d578cc
Show file tree
Hide file tree
Showing 7 changed files with 319 additions and 194 deletions.
Binary file modified public/gold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/silver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image'
import Link from 'next/link'
import MostLoved from '../components/mostLoved'
import MostRecently from '../components/mostRecently'
import LeaderBoard from '../components/leaderboard'
import LeaderBoard from "@/components/leaderboard"
import HotNFTs from '../components/hotNFTs'
import LatestNFTs from '../components/latestNFTs'
import Brand from '../components/brand'
Expand Down
193 changes: 0 additions & 193 deletions src/components/leaderboard.js

This file was deleted.

Loading

0 comments on commit 7d578cc

Please sign in to comment.