Skip to content

Commit

Permalink
fix: increase time per tip (#958)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce McMath <[email protected]>
  • Loading branch information
bryce-mcmath authored Mar 8, 2023
1 parent 73f244d commit 411584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/TipCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const TipCarousel: React.FC = () => {
const { width } = useWindowDimensions()
const [currentPosition, setCurrentPosition] = useState(0)
const { t } = useTranslation()
const delay = 5000 // ms
const delay = 10000 // ms
const tips = [
{
id: '0',
Expand Down

0 comments on commit 411584d

Please sign in to comment.