Skip to content

Commit

Permalink
[website] Update MUI stats: GitHub stars, Twitter followers, etc. (mu…
Browse files Browse the repository at this point in the history
…i#35318)

Signed-off-by: Noman Dhoni <92979541+nomandhoni-cs@users.noreply.github.com>
Co-authored-by: Marija Najdova <mnajdova@gmail.com>
  • Loading branch information
2 people authored and felipe.richter committed Dec 6, 2022
1 parent 9f262f5 commit b8a6b2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/components/home/MuiStatistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import Grid from '@mui/material/Grid';
import Typography from '@mui/material/Typography';

const data = [
{ title: '3.2M', metadata: 'Weekly downloads on npm' },
{ title: '78k', metadata: 'Stars on GitHub' },
{ title: '2.4k', metadata: 'Open-source contributors' },
{ title: '17k', metadata: 'Followers on Twitter' },
{ title: '4M', metadata: 'Weekly downloads on npm' },
{ title: '82.9k', metadata: 'Stars on GitHub' },
{ title: '2.6k', metadata: 'Open-source contributors' },
{ title: '18.1k', metadata: 'Followers on Twitter' },
];

export default function MuiStatistics() {
Expand Down

0 comments on commit b8a6b2c

Please sign in to comment.