feat: sort list

This commit is contained in:
Ibrahima G. Coulibaly
2024-07-09 18:19:40 +01:00
parent 6a18eb3be2
commit 41a5ff2774
5 changed files with 135 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ export default function ToolOptionGroups({
return (
<Grid container spacing={2}>
{groups.map((group) => (
<Grid item xs={12} md={6} key={group.title}>
<Grid item xs={12} md={4} key={group.title}>
<Typography mb={1} fontSize={22}>
{group.title}
</Typography>