Skip to content

Commit

Permalink
chenged timer to 10 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoAbove committed Aug 30, 2024
1 parent e11ffeb commit ea7b4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SeedInfo/SeedInfoViews/FungalShifts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export const Shift: FC<IShiftProps> = props => {
isPlaying
size={40}
strokeWidth={5}
duration={300}
duration={10}
colors={"#004777"}
onComplete={() => {
handleTimerExpire();
Expand Down

0 comments on commit ea7b4b6

Please sign in to comment.