Skip to content

Commit

Permalink
feat: 랭킹 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nsr1349 committed Dec 3, 2023
1 parent a90027f commit c533b7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/RankList/components/RankLIst.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ const RankList = () => {
<RankThumbnailItem rankData={topRankings[2]} />
</div>
</div>
<div className="mt-5 h-full overflow-auto bg-light-main text-black dark:bg-dark-main dark:text-white">
<div className="h-full overflow-auto bg-light-main text-black dark:bg-dark-main dark:text-white">
<div className="p-4 text-dark-gray">
정시 기준 15분 마다 업데이트 됩니다!
</div>
<ul>
{topRankings.map(({ rank, memberId, nickname, image, score }) => (
<Link
Expand Down

0 comments on commit c533b7a

Please sign in to comment.