ok mantab

This commit is contained in:
frontend perkafean
2024-09-28 08:42:17 +00:00
parent 55eb5c189a
commit 4f6b9223ec
4 changed files with 11 additions and 3 deletions

View File

@@ -46,4 +46,5 @@
top: 30%;
z-index: 200;
border-radius: 0px;
background-color: white;
}

View File

@@ -7,8 +7,8 @@ const ButtonWithReplica = ({ children }) => {
const handleClick = () => {
setIsActive(true);
setTimeout(() => {
setIsActive(false);
}, 1000); // Duration of the animation
// setIsActive(false);
}, 10000); // Duration of the animation
};
return (