Skip to content

Commit

Permalink
fix: fix speaker section size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacio Medeiros committed Oct 13, 2023
1 parent ca4dd7d commit d7ee56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/speakers-section/speakers-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const SpeakersSection: React.FC<SpeakersSectionProps> = ({ speakers }) => {


let _chunckSize = 1;
if (mobile) {
if (!mobile) {
_chunckSize = 3
}

Expand Down

0 comments on commit d7ee56e

Please sign in to comment.