chore: Update profile color in features component

This commit is contained in:
Mauro Balades
2024-07-23 00:05:32 +02:00
parent de428dbd46
commit 9fc73f06f3
2 changed files with 13 additions and 9 deletions

View File

@@ -67,7 +67,7 @@ export default function Features() {
setProfile2Enter(currentProfile === 1);
setProfile3Enter(currentProfile === 2);
setCurrentProfileColor(profileColors[currentProfile]);
}, 3500);
}, 2500);
}, []);
return (
<div>