Skip to content

Commit

Permalink
pix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Пётр Безденежных authored and Пётр Безденежных committed Feb 7, 2024
1 parent 9c57901 commit 605f32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/course/course-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { PointList } from "./components/list-items";


export const CourseGrid = memo(function CourseGrid(props: any) {
const [isMax667] = useMediaQuery('(max-width: 628px)');
const [isMax667] = useMediaQuery('(max-width: 667px)');
const [isMax959] = useMediaQuery('(max-width: 959px)')
const {
title, title2, description, details,
Expand Down

0 comments on commit 605f32b

Please sign in to comment.