Skip to content

Commit

Permalink
Update admin.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasamato committed Dec 30, 2023
1 parent d63e504 commit 23975ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ const Admin = ({
<div>
{popular.map((item, i) => <div key={i + '_' + item.name}>
{item.name} <DataBadge name={'#' + i} />
<div>
{item.views} Views
</div>
</div>)}
</div>
</>
Expand Down

0 comments on commit 23975ad

Please sign in to comment.