Skip to content

Commit bd5a0f9

Browse files
author
Zhou
committed
fix styles
1 parent d8076ea commit bd5a0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/HomePage/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function Home() {
199199
</div> */}
200200
<ul className={classes.itemTitle}>
201201
{tier.description.map((line) => (
202-
<Typography component="li" variant="subtitle1" align="center" key={line}>
202+
<Typography variant="subtitle1" align="center" key={line}>
203203
{line}
204204
</Typography>
205205
))}

0 commit comments

Comments
 (0)