Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
feat: total users (#3458)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jan 15, 2023
1 parent a737075 commit 8463d78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ export default function Home({ total, today }) {
<div className="flex items-baseline text-2xl font-semibold text-indigo-600">
{abbreviateNumber(total.active)}
<span className="ml-2 text-sm font-medium text-gray-500">
from {abbreviateNumber(total.users)}
<span title={total.users}>
from {abbreviateNumber(total.users)}
</span>
</span>
</div>
<div className="bg-green-100 text-green-800 inline-flex items-baseline px-2.5 py-0.5 rounded-full text-sm font-medium md:mt-2 lg:mt-0">
Expand Down

0 comments on commit 8463d78

Please sign in to comment.