Skip to content

Commit

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

Signed-off-by: Noman Dhoni <92979541+nomandhoni-cs@users.noreply.github.com>
Co-authored-by: Marija Najdova <mnajdova@gmail.com>
  • Loading branch information
nomandhoni-cs and mnajdova committed Dec 2, 2022
1 parent 63abbaa commit 19a0cf3
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 19a0cf3

Please sign in to comment.