@@ -47,16 +47,15 @@ export default function Stats() {
4747 < div className = { styles . about_description } >
4848 < h1 > Our Github Projects</ h1 >
4949 < p >
50- More than 30 open-source{ " " }
51- < Link to = "https://github.com/MPUSP/repositories" > MPUSP repositories</ Link > { " " }
52- are available on Github, representing a diverse range of projects.
50+ We work on a diverse range of projects and aim to make as many as possible{ " " }
51+ < Link to = "https://github.com/orgs/MPUSP/repositories" > publicly available on Github</ Link > { " " } .
5352 </ p >
5453 </ div >
5554 < div className = { styles . stats_container } >
5655 < div className = { styles . stats1_card } >
5756 { stats . map ( ( { number, content } , index ) => (
5857 < Link key = { index }
59- to = "https://github.com/MPUSP/repositories" >
58+ to = "https://github.com/orgs/ MPUSP/repositories" >
6059 < div className = { styles . card } >
6160 < h1 className = "gradient_text" > { number } </ h1 >
6261 < h3 > { content } </ h3 >
@@ -67,7 +66,7 @@ export default function Stats() {
6766 < div className = { styles . stats2_card } >
6867 { stats2 . map ( ( { number, content } , index ) => (
6968 < Link key = { index }
70- to = "https://github.com/MPUSP/repositories" >
69+ to = "https://github.com/orgs/ MPUSP/repositories" >
7170 < div className = { styles . card } >
7271 < h1 className = "gradient_text" > { number } </ h1 >
7372 < h3 > { content } </ h3 >
0 commit comments