Skip to content

Commit b8a6b2c

Browse files
nomandhoni-csmnajdova
authored andcommitted
[website] Update MUI stats: GitHub stars, Twitter followers, etc. (mui#35318)
Signed-off-by: Noman Dhoni <[email protected]> Co-authored-by: Marija Najdova <[email protected]>
1 parent 9f262f5 commit b8a6b2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/components/home/MuiStatistics.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import Grid from '@mui/material/Grid';
44
import Typography from '@mui/material/Typography';
55

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

1313
export default function MuiStatistics() {

0 commit comments

Comments
 (0)