Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
cchrischen committed May 2, 2024
2 parents 0adb944 + 166d5ec commit ad67456
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions new-dti-website/components/team/TeamHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ const TeamHero = () => {
>
<div
onClick={() => {
if (index === (carouselIndex + offsetIndex) % 5 && width >= 768)
setModalShown(true);
if (index === (carouselIndex + offsetIndex) % 5 && width >= 768) setModalShown(true);
}}
>
<div className="flex justify-center overflow-hidden w-[227px] rounded-md">
Expand Down

0 comments on commit ad67456

Please sign in to comment.