Skip to content

Commit

Permalink
fix: extend slider width
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Jul 8, 2024
1 parent e57d154 commit 3c9086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GasStation/Slider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { BaseBlock } from '@/components/Home/types'
import { Typography } from '@mui/material'
import css from './styles.module.css'

const SLIDER_ITEMS = 7
const SLIDER_ITEMS = 10

const Slider = ({ text }: Pick<BaseBlock, 'text'>) => (
<div className={css.wrapper}>
Expand Down

0 comments on commit 3c9086e

Please sign in to comment.