Skip to content

Commit 9c7baa1

Browse files
committed
Update badge
1 parent 84a641e commit 9c7baa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Badge.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}>

0 commit comments

Comments
 (0)