Skip to content

Commit

Permalink
Merge pull request #221 from acm-ucr/dev
Browse files Browse the repository at this point in the history
main again
  • Loading branch information
seanquiambao authored Aug 27, 2024
2 parents 0be4855 + 2ea007d commit 1ef28d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/gallery/QuarterlyEvents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ import useView from "@/components/useView";
const QuarterlyEvents = () => {
const [inView, ref] = useView();
return (
<div className="flex flex-col gap-y-8">
<div ref={ref} className="flex flex-col gap-y-8">
<div
ref={ref}
className={`${
inView && "animate-flip-up animate-once"
} flex justify-center`}
Expand Down

0 comments on commit 1ef28d6

Please sign in to comment.