Skip to content

Commit

Permalink
slow down animation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlime committed Dec 4, 2024
1 parent f57e995 commit 8b426e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PhotoBar/PhotoBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import People from "./People";
interface IPhotoBar {}

export const PhotoBar: React.FC<IPhotoBar> = () => {
const secondsPerPerson = 2;
const secondsPerPerson = 5;
return (
<div id="photobar">
<h2>Meet our Team</h2>
Expand Down

0 comments on commit 8b426e1

Please sign in to comment.