File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,17 +87,17 @@ function Badge() {
8787 alt = "badge"
8888 height = "60px"
8989 />
90- < Typography className = { classes . badgesText } > Super Blogger </ Typography >
90+ < Typography className = { classes . badgesText } > Beginner </ Typography >
9191 </ Grid >
9292 < Grid item >
9393 < img
9494 src = "./static/images/icons/star_orange.svg"
9595 alt = "badge"
9696 height = "60px"
9797 />
98- < Typography className = { classes . badgesText } > GitHub Hero </ Typography >
98+ < Typography className = { classes . badgesText } > Ambassador </ Typography >
9999 </ Grid >
100- < Grid item >
100+ { /* <Grid item>
101101 <img
102102 src="./static/images/icons/star_blue.svg"
103103 alt="badge"
@@ -112,7 +112,7 @@ function Badge() {
112112 height="60px"
113113 />
114114 <Typography className={classes.badgesText}>Organizer</Typography>
115- </ Grid >
115+ </Grid> */ }
116116 </ Grid >
117117 < div className = { classes . buttonContainer } >
118118 < Button variant = "contained" className = { classes . button } >
You can’t perform that action at this time.
0 commit comments