Skip to content

Commit

Permalink
Merge pull request #117 from Team-INSERT/hotfix/coin-ranking-ui
Browse files Browse the repository at this point in the history
chore(coinRanking): 돈 변경
  • Loading branch information
Ubinquitous authored Mar 28, 2024
2 parents 72c4434 + 9f2cfb4 commit 8a1c1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/coin/rank/CoinRanking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const CoinRanking = () => {
<hgroup className={styles.rankingListItemHGroup}>
<main className={styles.rankingListItemBody}>
<Image src="/assets/bumamoney.png" width={30} height={15} alt="moneyicon" />
{moneyText(ranking.totalMoney)}
{moneyText(ranking.money)}
</main>
<main className={styles.rankingListItemBody}>
<Image src="/assets/bumacoin.png" width={24} height={24} alt="moneyicon" />
Expand Down

0 comments on commit 8a1c1e4

Please sign in to comment.