Skip to content

Commit

Permalink
webapp corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Petrucci committed Nov 9, 2023
1 parent 478a974 commit e06c267
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions webapp/src/components/FilterDrawer/FilterDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ export const FilterDrawer: React.FC<{
<FormControl fullWidth sx={{mb: 2}}>
<Grid component={"label"} container alignItems={"center"} spacing={1}>
<Grid item sx={{mt: 2}}>
<Typography component={Stack} direction={"row"} alignItems={"center"} paragraph>
<Typography component={Stack} direction={"row"} alignItems={"center"} paragraph
sx={{fontSize: "0.9rem"}}
>
<Psychology sx={{fontSize: "1.6rem", marginRight: "0.5rem"}} />
All Services
</Typography>
Expand All @@ -122,7 +124,9 @@ export const FilterDrawer: React.FC<{
/>
</Grid>
<Grid item sx={{mt: 2}}>
<Typography component={Stack} direction={"row"} alignItems={"center"} paragraph>
<Typography component={Stack} direction={"row"} alignItems={"center"} paragraph
sx={{fontSize: "0.9rem"}}
>
AI Services Only
<Psychology sx={{fontSize: "1.6rem", marginLeft: "0.5rem"}} color={"primary"}/>
</Typography>
Expand All @@ -140,7 +144,7 @@ export const FilterDrawer: React.FC<{
handleTags(null, []);
handleOrder({target: {value: orderByList[0].value}});
handleAIToggle({target: {checked: false}});
handleOpen();
if (isSmartphone()) handleOpen();
}}
>
Reset filters
Expand Down

0 comments on commit e06c267

Please sign in to comment.