Skip to content

Commit

Permalink
web stats static update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrutik7 committed Mar 9, 2023
1 parent 7e8f2ef commit 76a5312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/components/home/MuiStatistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import Typography from '@mui/material/Typography';

const data = [
{ title: '4M', metadata: 'Weekly downloads on npm' },
{ title: '83k', metadata: 'Stars on GitHub' },
{ title: '2.6k', metadata: 'Open-source contributors' },
{ title: '18.1k', metadata: 'Followers on Twitter' },
{ title: '85k', metadata: 'Stars on GitHub' },
{ title: '2.7k', metadata: 'Open-source contributors' },
{ title: '18.4k', metadata: 'Followers on Twitter' },
];

export default function MuiStatistics() {
Expand Down

0 comments on commit 76a5312

Please sign in to comment.