Skip to content

Commit

Permalink
Remove unused width from query of the tutorial page /why
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno committed Oct 29, 2024
1 parent e316461 commit d1e057e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/components/BackgroundImages/WhyPageStepsBackground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const WhyPageStepsBackground = ({
placeholder: BLURRED
formats: [AUTO, WEBP, AVIF]
layout: FULL_WIDTH
width: 1180
)
}
}
Expand All @@ -34,7 +33,6 @@ const WhyPageStepsBackground = ({
placeholder: BLURRED
formats: [AUTO, WEBP, AVIF]
layout: FULL_WIDTH
width: 1180
)
}
}
Expand All @@ -45,7 +43,6 @@ const WhyPageStepsBackground = ({
placeholder: BLURRED
formats: [AUTO, WEBP, AVIF]
layout: FULL_WIDTH
width: 1180
)
}
}
Expand All @@ -56,7 +53,6 @@ const WhyPageStepsBackground = ({
placeholder: BLURRED
formats: [AUTO, WEBP, AVIF]
layout: FULL_WIDTH
width: 1180
)
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/XvsYFilter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const XvsYFilter = ({
isDarkTheme ? darkTheme : null
)}
>
<FormControl className={formControl} fullWidth>
<FormControl className={formControl}>
{xSelect.label ? (
<InputLabel>{xSelect.label}</InputLabel>
) : null}
Expand Down Expand Up @@ -101,7 +101,7 @@ const XvsYFilter = ({
))}
</Select>
</FormControl>
<FormControl className={formControl} fullWidth>
<FormControl className={formControl}>
{ySelect.label ? (
<InputLabel>{ySelect.label}</InputLabel>
) : null}
Expand Down

0 comments on commit d1e057e

Please sign in to comment.