We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8076ea commit bd5a0f9Copy full SHA for bd5a0f9
src/pages/HomePage/home.js
@@ -199,7 +199,7 @@ export default function Home() {
199
</div> */}
200
<ul className={classes.itemTitle}>
201
{tier.description.map((line) => (
202
- <Typography component="li" variant="subtitle1" align="center" key={line}>
+ <Typography variant="subtitle1" align="center" key={line}>
203
{line}
204
</Typography>
205
))}
0 commit comments